#0CA637

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

Shades of Dark Pastel Green #0CA637

Tints of Dark Pastel Green #0CA637

Color information

#0CA637 (or 0x0CA637) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, A6 and 37. RGB value is (12,166,55). Sum of RGB (Red+Green+Blue) = 12+166+55=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 166 (65.23% from 255 or 71.24% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA637 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA637 is #F359C8. Grayscale: #6B6B6B. Windows color (decimal): -15948233 or 3646988. OLE color: 3646988.

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

Color convert

RGB1216655-
CMYK0.9300.670.35
HSL136.75º86.52%34.9%-
HSV(B)136.75º92.77%65.1%-
XYZ14.4827.638.18-
YUV107.398.4860.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.15%
GREEN value IS 166 (65.23% from 255) = 71.24%
BLUE value IS 55 (21.88% from 255) = 23.61%
R=5.15%
G=71.24%
B=23.61%

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
Decimal12166550.9300.670.35136.7586.5234.9
HexCA6375D04323895723
Octal142466713501034321112743
Binary110010100110110111101110101000011100011100010011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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