#0CA205

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

Shades of Islamic Green #0CA205

Tints of Islamic Green #0CA205

Color information

#0CA205 (or 0x0CA205) is unknown color: approx Islamic Green. HEX triplet: 0C, A2 and 05. RGB value is (12,162,5). Sum of RGB (Red+Green+Blue) = 12+162+5=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 162 (63.67% from 255 or 90.50% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA205 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA205 is #F35DFA. Grayscale: #636363. Windows color (decimal): -15949307 or 369164. OLE color: 369164.

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

Color convert

RGB121625-
CMYK0.9300.970.36
HSL117.32º94.01%32.75%-
HSV(B)117.32º96.91%63.53%-
XYZ13.125.934.46-
YUV99.2574.8165.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.70%
GREEN value IS 162 (63.67% from 255) = 90.50%
BLUE value IS 5 (2.34% from 255) = 2.79%
R=6.70%
G=90.50%
B=2.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1216250.9300.970.36117.3294.0132.75
HexCA255D06124755e21
Octal14242513501414416513641
Binary11001010001010110111010110000110010011101011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,162,5); }

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

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

 a { background-color: rgb(12,162,5); }

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

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

 span { border-color: rgb(12,162,5); }

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