#0ca828

Color #0CA828 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0CA828

Tints of Dark Pastel Green #0CA828

Color information

#0CA828 (or 0x0CA828) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, A8 and 28. RGB value is (12,168,40). Sum of RGB (Red+Green+Blue) = 12+168+40=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 168 (66.02% from 255 or 76.36% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA828 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA828 is #F357D7. Grayscale: #6B6B6B. Windows color (decimal): -15947736 or 2664460. OLE color: 2664460.

HSL color Cylindrical-coordinate representation of color #0CA828: hue angle of 130.77º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA828 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB1216840-
CMYK0.9300.760.34
HSL130.77º86.67%35.29%-
HSV(B)130.77º92.86%65.88%-
XYZ14.5428.246.69-
YUV106.7690.3260.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.45%
GREEN value IS 168 (66.02% from 255) = 76.36%
BLUE value IS 40 (16.02% from 255) = 18.18%
R=5.45%
G=76.36%
B=18.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal12168400.9300.760.34130.7786.6735.29
HexCA8285D04C22835723
Octal142505013501144220312743
Binary110010101000101000101110101001100100010100000111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ca828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ca828;
 }
 .AnyTagClassName
 {
   color: #0ca828;
 }
</style>
background-color css

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

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

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

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

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

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