#0CA116

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

Shades of Islamic Green #0CA116

Tints of Islamic Green #0CA116

Color information

#0CA116 (or 0x0CA116) is unknown color: approx Islamic Green. HEX triplet: 0C, A1 and 16. RGB value is (12,161,22). Sum of RGB (Red+Green+Blue) = 12+161+22=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 161 (63.28% from 255 or 82.56% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 161 - color contains mainly: green. Hex color #0CA116 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA116 is #F35EE9. Grayscale: #656565. Windows color (decimal): -15949546 or 1483020. OLE color: 1483020.

HSL color Cylindrical-coordinate representation of color #0CA116: hue angle of 124.03º 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 #0CA116 is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB1216122-
CMYK0.9300.860.37
HSL124.03º86.13%33.92%-
HSV(B)124.03º92.55%63.14%-
XYZ13.0425.635.02-
YUV100.683.6464.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.15%
GREEN value IS 161 (63.28% from 255) = 82.56%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=6.15%
G=82.56%
B=11.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12161220.9300.860.37124.0386.1333.92
HexCA1165D056257c5622
Octal142412613501264517412642
Binary1100101000011011010111010101011010010111111001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,161,22); }

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

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

 a { background-color: rgb(12,161,22); }

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

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

 span { border-color: rgb(12,161,22); }

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