#0C9B08

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

Shades of Islamic Green #0C9B08

Tints of Islamic Green #0C9B08

Color information

#0C9B08 (or 0x0C9B08) is unknown color: approx Islamic Green. HEX triplet: 0C, 9B and 08. RGB value is (12,155,8). Sum of RGB (Red+Green+Blue) = 12+155+8=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 155 (60.94% from 255 or 88.57% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 155 - color contains mainly: green. Hex color #0C9B08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9B08 is #F364F7. Grayscale: #5F5F5F. Windows color (decimal): -15951096 or 563980. OLE color: 563980.

HSL color Cylindrical-coordinate representation of color #0C9B08: hue angle of 118.37º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C9B08 is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB121558-
CMYK0.9200.950.39
HSL118.37º90.18%31.96%-
HSV(B)118.37º94.84%60.78%-
XYZ11.9223.544.15-
YUV95.4878.6268.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.86%
GREEN value IS 155 (60.94% from 255) = 88.57%
BLUE value IS 8 (3.52% from 255) = 4.57%
R=6.86%
G=88.57%
B=4.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1215580.9200.950.39118.3790.1831.96
HexC9B85C05F27765a20
Octal142331013401374716613240
Binary110010011011100010111000101111110011111101101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,155,8); }

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

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

 a { background-color: rgb(12,155,8); }

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

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

 span { border-color: rgb(12,155,8); }

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