#0CA703

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

Shades of Islamic Green #0CA703

Tints of Islamic Green #0CA703

Color information

#0CA703 (or 0x0CA703) is unknown color: approx Islamic Green. HEX triplet: 0C, A7 and 03. RGB value is (12,167,3). Sum of RGB (Red+Green+Blue) = 12+167+3=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 167 (65.62% from 255 or 91.76% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 167 - color contains mainly: green. Hex color #0CA703 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA703 is #F358FC. Grayscale: #666666. Windows color (decimal): -15948029 or 239372. OLE color: 239372.

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

Color convert

RGB121673-
CMYK0.9300.980.35
HSL116.71º96.47%33.33%-
HSV(B)116.71º98.2%65.49%-
XYZ13.9927.724.7-
YUV101.9672.1563.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.59%
GREEN value IS 167 (65.62% from 255) = 91.76%
BLUE value IS 3 (1.56% from 255) = 1.65%
R=6.59%
G=91.76%
B=1.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1216730.9300.980.35116.7196.4733.33
HexCA735D06223756021
Octal14247313501424316514041
Binary1100101001111110111010110001010001111101011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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