Html Css Color HEX #0CAF34 Dark Pastel Green

📋 copy color: '#0CAF34'

red 12 ◦ green 175 ◦ blue 52

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

Shades of Dark Pastel Green #0CAF34

Tints of Dark Pastel Green #0CAF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.76%

R = 5.02%
G = 73.22%
B = 21.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#0CAF34 (or 0x0CAF34) is known color: Dark Pastel Green. HEX triplet: 0C, AF and 34. RGB value is (12,175,52). Sum of RGB (Red+Green+Blue) = 12+175+52=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 175 (68.75% from 255 or 73.22% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAF34 is #F350CB. Grayscale: #707070. Windows color (decimal): -15945932 or 3452684. OLE color: 3452684.

HSL color Cylindrical-coordinate representation of color #0CAF34: hue angle of 134.72º 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 #0CAF34 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 175 52 -
CMYK 0.93 0 0.70 0.31
HSL 134.72º 0.87% 0.37% -
HSV(B) 134.72º 0.93% 0.69% -
XYZ 16.1 30.99 8.38 -
YUV 112.24 94 56.5 -
System Red Green Blue C M Y K H S L
Decimal 12 175 52 0.93 0 0.70 0.31 134.72 0.87 0.37
Hex C AF 34 5D 0 46 1F 87 57 25
Octal 14 257 64 135 0 106 37 207 127 45
Binary 1100 10101111 110100 1011101 0 1000110 11111 10000111 1010111 100101

Color Harmonies of #0CAF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAF34

Black with #0CAF34

Text Example


Text Example

White with #0CAF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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