Html Css Color HEX #0FAC39 Dark Pastel Green

📋 copy color: '#0FAC39'

red 15 ◦ green 172 ◦ blue 57

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

Shades of Dark Pastel Green #0FAC39

Tints of Dark Pastel Green #0FAC39

RGB

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

 GREEN value IS 172 (67.58% from 255) = 70.49%

 BLUE value IS 57 (22.66% from 255) = 23.36%

R = 6.15%
G = 70.49%
B = 23.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#0FAC39 (or 0x0FAC39) is known color: Dark Pastel Green. HEX triplet: 0F, AC and 39. RGB value is (15,172,57). Sum of RGB (Red+Green+Blue) = 15+172+57=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 172 (67.58% from 255 or 70.49% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC39 is #F053C6. Grayscale: #707070. Windows color (decimal): -15750087 or 3779599. OLE color: 3779599.

HSL color Cylindrical-coordinate representation of color #0FAC39: hue angle of 136.05º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAC39 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 172 57 -
CMYK 0.91 0 0.67 0.33
HSL 136.05º 0.84% 0.37% -
HSV(B) 136.05º 0.91% 0.67% -
XYZ 15.69 29.9 8.82 -
YUV 111.95 96.99 58.85 -
System Red Green Blue C M Y K H S L
Decimal 15 172 57 0.91 0 0.67 0.33 136.05 0.84 0.37
Hex F AC 39 5B 0 43 21 88 54 25
Octal 17 254 71 133 0 103 41 210 124 45
Binary 1111 10101100 111001 1011011 0 1000011 100001 10001000 1010100 100101

Color Harmonies of #0FAC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC39

Black with #0FAC39

Text Example


Text Example

White with #0FAC39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,172,57); }

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

background-color css

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

 a { background-color: rgb(15,172,57); }

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

border-color css

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

 span { border-color: rgb(15,172,57); }

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