#0CB109

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

Shades of Islamic Green #0CB109

Tints of Islamic Green #0CB109

Color information

#0CB109 (or 0x0CB109) is unknown color: approx Islamic Green. HEX triplet: 0C, B1 and 09. RGB value is (12,177,9). Sum of RGB (Red+Green+Blue) = 12+177+9=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 177 (69.53% from 255 or 89.39% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB109 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CB109 is #F34EF6. Grayscale: #6D6D6D. Windows color (decimal): -15945463 or 635148. OLE color: 635148.

HSL color Cylindrical-coordinate representation of color #0CB109: hue angle of 118.93º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CB109 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB121779-
CMYK0.9300.950.31
HSL118.93º90.32%36.47%-
HSV(B)118.93º94.92%69.41%-
XYZ15.9231.545.51-
YUV108.5171.8459.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.06%
GREEN value IS 177 (69.53% from 255) = 89.39%
BLUE value IS 9 (3.91% from 255) = 4.55%
R=6.06%
G=89.39%
B=4.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1217790.9300.950.31118.9390.3236.47
HexCB195D05F1F775a24
Octal142611113501373716713244
Binary11001011000110011011101010111111111111101111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,177,9); }

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

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

 a { background-color: rgb(12,177,9); }

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

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

 span { border-color: rgb(12,177,9); }

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