Html Css Color HEX #0CAC32 Dark Pastel Green

📋 copy color: '#0CAC32'

red 12 ◦ green 172 ◦ blue 50

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

Shades of Dark Pastel Green #0CAC32

Tints of Dark Pastel Green #0CAC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.37%

R = 5.13%
G = 73.5%
B = 21.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#0CAC32 (or 0x0CAC32) is known color: Dark Pastel Green. HEX triplet: 0C, AC and 32. RGB value is (12,172,50). Sum of RGB (Red+Green+Blue) = 12+172+50=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 172 (67.58% from 255 or 73.50% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAC32 is #F353CD. Grayscale: #6E6E6E. Windows color (decimal): -15946702 or 3320844. OLE color: 3320844.

HSL color Cylindrical-coordinate representation of color #0CAC32: hue angle of 134.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAC32 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 172 50 -
CMYK 0.93 0 0.71 0.33
HSL 134.25º 0.87% 0.36% -
HSV(B) 134.25º 0.93% 0.67% -
XYZ 15.48 29.81 7.96 -
YUV 110.25 93.99 57.92 -
System Red Green Blue C M Y K H S L
Decimal 12 172 50 0.93 0 0.71 0.33 134.25 0.87 0.36
Hex C AC 32 5D 0 47 21 86 57 24
Octal 14 254 62 135 0 107 41 206 127 44
Binary 1100 10101100 110010 1011101 0 1000111 100001 10000110 1010111 100100

Color Harmonies of #0CAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC32

Black with #0CAC32

Text Example


Text Example

White with #0CAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,172,50); }

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

background-color css

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

 a { background-color: rgb(12,172,50); }

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

border-color css

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

 span { border-color: rgb(12,172,50); }

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