#0CA00D

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

Shades of Islamic Green #0CA00D

Tints of Islamic Green #0CA00D

Color information

#0CA00D (or 0x0CA00D) is unknown color: approx Islamic Green. HEX triplet: 0C, A0 and 0D. RGB value is (12,160,13). Sum of RGB (Red+Green+Blue) = 12+160+13=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 160 (62.89% from 255 or 86.49% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 160 - color contains mainly: green. Hex color #0CA00D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA00D is #F35FF2. Grayscale: #636363. Windows color (decimal): -15949811 or 892940. OLE color: 892940.

HSL color Cylindrical-coordinate representation of color #0CA00D: hue angle of 120.41º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA00D is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB1216013-
CMYK0.9300.920.37
HSL120.41º86.05%33.73%-
HSV(B)120.41º92.5%62.75%-
XYZ12.825.254.58-
YUV98.9979.4765.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.49%
GREEN value IS 160 (62.89% from 255) = 86.49%
BLUE value IS 13 (5.47% from 255) = 7.03%
R=6.49%
G=86.49%
B=7.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12160130.9300.920.37120.4186.0533.73
HexCA0D5D05C25785622
Octal142401513501344517012642
Binary110010100000110110111010101110010010111110001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,160,13); }

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

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

 a { background-color: rgb(12,160,13); }

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

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

 span { border-color: rgb(12,160,13); }

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