Html Css Color HEX #0CAB28 Dark Pastel Green

📋 copy color: '#0CAB28'

red 12 ◦ green 171 ◦ blue 40

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

Shades of Dark Pastel Green #0CAB28

Tints of Dark Pastel Green #0CAB28

RGB

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

 GREEN value IS 171 (67.19% from 255) = 76.68%

 BLUE value IS 40 (16.02% from 255) = 17.94%

R = 5.38%
G = 76.68%
B = 17.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#0CAB28 (or 0x0CAB28) is known color: Dark Pastel Green. HEX triplet: 0C, AB and 28. RGB value is (12,171,40). Sum of RGB (Red+Green+Blue) = 12+171+40=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 171 (67.19% from 255 or 76.68% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAB28 is #F354D7. Grayscale: #6C6C6C. Windows color (decimal): -15946968 or 2665228. OLE color: 2665228.

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

Color convert

RGB 12 171 40 -
CMYK 0.93 0 0.77 0.33
HSL 130.57º 0.87% 0.36% -
HSV(B) 130.57º 0.93% 0.67% -
XYZ 15.1 29.36 6.88 -
YUV 108.53 89.32 59.15 -
System Red Green Blue C M Y K H S L
Decimal 12 171 40 0.93 0 0.77 0.33 130.57 0.87 0.36
Hex C AB 28 5D 0 4D 21 83 57 24
Octal 14 253 50 135 0 115 41 203 127 44
Binary 1100 10101011 101000 1011101 0 1001101 100001 10000011 1010111 100100

Color Harmonies of #0CAB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB28

Black with #0CAB28

Text Example


Text Example

White with #0CAB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,171,40); }

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

background-color css

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

 a { background-color: rgb(12,171,40); }

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

border-color css

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

 span { border-color: rgb(12,171,40); }

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