Html Css Color HEX #0FDF3A Malachite

📋 copy color: '#0FDF3A'

red 15 ◦ green 223 ◦ blue 58

#0FDF3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #0FDF3A

Tints of Malachite #0FDF3A

RGB

 RED value IS 15 (6.25% from 255) = 5.07%

 GREEN value IS 223 (87.5% from 255) = 75.34%

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 5.07%
G = 75.34%
B = 19.59%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0FDF3A (or 0x0FDF3A) is known color: Malachite. HEX triplet: 0F, DF and 3A. RGB value is (15,223,58). Sum of RGB (Red+Green+Blue) = 15+223+58=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 223 (87.5% from 255 or 75.34% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDF3A is #F020C5. Grayscale: #8E8E8E. Windows color (decimal): -15737030 or 3858191. OLE color: 3858191.

HSL color Cylindrical-coordinate representation of color #0FDF3A: hue angle of 132.4º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDF3A is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 223 58 -
CMYK 0.93 0 0.74 0.13
HSL 132.4º 0.87% 0.47% -
HSV(B) 132.4º 0.93% 0.87% -
XYZ 27.35 53.18 12.83 -
YUV 142 80.59 37.42 -
System Red Green Blue C M Y K H S L
Decimal 15 223 58 0.93 0 0.74 0.13 132.4 0.87 0.47
Hex F DF 3A 5D 0 4A D 84 57 2F
Octal 17 337 72 135 0 112 15 204 127 57
Binary 1111 11011111 111010 1011101 0 1001010 1101 10000100 1010111 101111

Color Harmonies of #0FDF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDF3A

Black with #0FDF3A

Text Example


Text Example

White with #0FDF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FDF3A; }

 p { color: rgb(15,223,58); }

 H1.HeaderClassName
 {
   color: #0FDF3A;
 }
 .AnyTagClassName
 {
   color: #0FDF3A;
 }
</style>

background-color css

<style>
 a { background-color: #0FDF3A; }

 a { background-color: rgb(15,223,58); }

 div.DivClassName
 {
   background-color: #0FDF3A;
 }
 .BgClassName
 {
   background-color: #0FDF3A;
 }
</style>

border-color css

<style>
 span { border-color: #0FDF3A; }

 span { border-color: rgb(15,223,58); }

 td.TdClassName
 {
   border-color: #0FDF3A;
 }
 .TagClassName
 {
   border-color: #0FDF3A;
 }
</style>