#0CAA13

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

Shades of Islamic Green #0CAA13

Tints of Islamic Green #0CAA13

Color information

#0CAA13 (or 0x0CAA13) is unknown color: approx Islamic Green. HEX triplet: 0C, AA and 13. RGB value is (12,170,19). Sum of RGB (Red+Green+Blue) = 12+170+19=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 170 (66.80% from 255 or 84.58% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAA13 is #F355EC. Grayscale: #696969. Windows color (decimal): -15947245 or 1288716. OLE color: 1288716.

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

Color convert

RGB1217019-
CMYK0.9300.890.33
HSL122.66º86.81%35.69%-
HSV(B)122.66º92.94%66.67%-
XYZ14.6428.875.42-
YUV105.5479.1561.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.97%
GREEN value IS 170 (66.80% from 255) = 84.58%
BLUE value IS 19 (7.81% from 255) = 9.45%
R=5.97%
G=84.58%
B=9.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12170190.9300.890.33122.6686.8135.69
HexCAA135D059217b5724
Octal142522313501314117312744
Binary1100101010101001110111010101100110000111110111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,170,19); }

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

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

 a { background-color: rgb(12,170,19); }

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

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

 span { border-color: rgb(12,170,19); }

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