#0CAB03

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

Shades of Islamic Green #0CAB03

Tints of Islamic Green #0CAB03

Color information

#0CAB03 (or 0x0CAB03) is unknown color: approx Islamic Green. HEX triplet: 0C, AB and 03. RGB value is (12,171,3). Sum of RGB (Red+Green+Blue) = 12+171+3=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 171 (67.19% from 255 or 91.94% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAB03 is #F354FC. Grayscale: #686868. Windows color (decimal): -15947005 or 240396. OLE color: 240396.

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

Color convert

RGB121713-
CMYK0.9300.980.33
HSL116.79º96.55%34.12%-
HSV(B)116.79º98.25%67.06%-
XYZ14.7329.214.95-
YUV104.3170.8262.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.45%
GREEN value IS 171 (67.19% from 255) = 91.94%
BLUE value IS 3 (1.56% from 255) = 1.61%
R=6.45%
G=91.94%
B=1.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1217130.9300.980.33116.7996.5534.12
HexCAB35D06221756122
Octal14253313501424116514142
Binary1100101010111110111010110001010000111101011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAB03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,171,3); }

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

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

 a { background-color: rgb(12,171,3); }

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

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

 span { border-color: rgb(12,171,3); }

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