Html Css Color HEX #0FAC42 Dark Pastel Green

📋 copy color: '#0FAC42'

red 15 ◦ green 172 ◦ blue 66

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

Shades of Dark Pastel Green #0FAC42

Tints of Dark Pastel Green #0FAC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.09%

R = 5.93%
G = 67.98%
B = 26.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#0FAC42 (or 0x0FAC42) is known color: Dark Pastel Green. HEX triplet: 0F, AC and 42. RGB value is (15,172,66). Sum of RGB (Red+Green+Blue) = 15+172+66=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 172 (67.58% from 255 or 67.98% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC42 is #F053BD. Grayscale: #717171. Windows color (decimal): -15750078 or 4369423. OLE color: 4369423.

HSL color Cylindrical-coordinate representation of color #0FAC42: hue angle of 139.49º 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 #0FAC42 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 172 66 -
CMYK 0.91 0 0.62 0.33
HSL 139.49º 0.84% 0.37% -
HSV(B) 139.49º 0.91% 0.67% -
XYZ 15.93 30 10.11 -
YUV 112.97 101.49 58.12 -
System Red Green Blue C M Y K H S L
Decimal 15 172 66 0.91 0 0.62 0.33 139.49 0.84 0.37
Hex F AC 42 5B 0 3E 21 8B 54 25
Octal 17 254 102 133 0 76 41 213 124 45
Binary 1111 10101100 1000010 1011011 0 111110 100001 10001011 1010100 100101

Color Harmonies of #0FAC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC42

Black with #0FAC42

Text Example


Text Example

White with #0FAC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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