#0CA636

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

Shades of Dark Pastel Green #0CA636

Tints of Dark Pastel Green #0CA636

Color information

#0CA636 (or 0x0CA636) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, A6 and 36. RGB value is (12,166,54). Sum of RGB (Red+Green+Blue) = 12+166+54=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 166 (65.23% from 255 or 71.55% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA636 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA636 is #F359C9. Grayscale: #6B6B6B. Windows color (decimal): -15948234 or 3581452. OLE color: 3581452.

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

Color convert

RGB1216654-
CMYK0.9300.670.35
HSL136.36º86.52%34.9%-
HSV(B)136.36º92.77%65.1%-
XYZ14.4527.628.06-
YUV107.1997.9860.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.17%
GREEN value IS 166 (65.23% from 255) = 71.55%
BLUE value IS 54 (21.48% from 255) = 23.28%
R=5.17%
G=71.55%
B=23.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12166540.9300.670.35136.3686.5234.9
HexCA6365D04323885723
Octal142466613501034321012743
Binary110010100110110110101110101000011100011100010001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,166,54); }

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

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

 a { background-color: rgb(12,166,54); }

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

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

 span { border-color: rgb(12,166,54); }

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