#0C9E15

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

Shades of Islamic Green #0C9E15

Tints of Islamic Green #0C9E15

Color information

#0C9E15 (or 0x0C9E15) is unknown color: approx Islamic Green. HEX triplet: 0C, 9E and 15. RGB value is (12,158,21). Sum of RGB (Red+Green+Blue) = 12+158+21=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 158 (62.11% from 255 or 82.72% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 158 - color contains mainly: green. Hex color #0C9E15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9E15 is #F361EA. Grayscale: #636363. Windows color (decimal): -15950315 or 1416716. OLE color: 1416716.

HSL color Cylindrical-coordinate representation of color #0C9E15: hue angle of 123.7º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9E15 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB1215821-
CMYK0.9200.870.38
HSL123.7º85.88%33.33%-
HSV(B)123.7º92.41%61.96%-
XYZ12.5124.594.8-
YUV98.7384.1366.14-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.28%
GREEN value IS 158 (62.11% from 255) = 82.72%
BLUE value IS 21 (8.59% from 255) = 10.99%
R=6.28%
G=82.72%
B=10.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12158210.9200.870.38123.785.8833.33
HexC9E155C057267c5621
Octal142362513401274617412641
Binary1100100111101010110111000101011110011011111001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,158,21); }

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

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

 a { background-color: rgb(12,158,21); }

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

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

 span { border-color: rgb(12,158,21); }

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