Html Css Color HEX #0CAF20 Dark Pastel Green

📋 copy color: '#0CAF20'

red 12 ◦ green 175 ◦ blue 32

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

Shades of Dark Pastel Green #0CAF20

Tints of Dark Pastel Green #0CAF20

RGB

 RED value IS 12 (5.08% from 255) = 5.48%

 GREEN value IS 175 (68.75% from 255) = 79.91%

 BLUE value IS 32 (12.89% from 255) = 14.61%

R = 5.48%
G = 79.91%
B = 14.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#0CAF20 (or 0x0CAF20) is known color: Dark Pastel Green. HEX triplet: 0C, AF and 20. RGB value is (12,175,32). Sum of RGB (Red+Green+Blue) = 12+175+32=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 175 (68.75% from 255 or 79.91% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAF20 is #F350DF. Grayscale: #6E6E6E. Windows color (decimal): -15945952 or 2141964. OLE color: 2141964.

HSL color Cylindrical-coordinate representation of color #0CAF20: hue angle of 127.36º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAF20 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 175 32 -
CMYK 0.93 0 0.82 0.31
HSL 127.36º 0.87% 0.37% -
HSV(B) 127.36º 0.93% 0.69% -
XYZ 15.74 30.84 6.49 -
YUV 109.96 84 58.13 -
System Red Green Blue C M Y K H S L
Decimal 12 175 32 0.93 0 0.82 0.31 127.36 0.87 0.37
Hex C AF 20 5D 0 52 1F 7F 57 25
Octal 14 257 40 135 0 122 37 177 127 45
Binary 1100 10101111 100000 1011101 0 1010010 11111 1111111 1010111 100101

Color Harmonies of #0CAF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAF20

Black with #0CAF20

Text Example


Text Example

White with #0CAF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,175,32); }

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

background-color css

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

 a { background-color: rgb(12,175,32); }

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

border-color css

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

 span { border-color: rgb(12,175,32); }

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