#0CB112

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

Shades of Islamic Green #0CB112

Tints of Islamic Green #0CB112

Color information

#0CB112 (or 0x0CB112) is unknown color: approx Islamic Green. HEX triplet: 0C, B1 and 12. RGB value is (12,177,18). Sum of RGB (Red+Green+Blue) = 12+177+18=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 177 (69.53% from 255 or 85.51% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB112 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CB112 is #F34EED. Grayscale: #6E6E6E. Windows color (decimal): -15945454 or 1224972. OLE color: 1224972.

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

Color convert

RGB1217718-
CMYK0.9300.900.31
HSL122.18º87.3%37.06%-
HSV(B)122.18º93.22%69.41%-
XYZ15.9831.575.82-
YUV109.5476.3458.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.80%
GREEN value IS 177 (69.53% from 255) = 85.51%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=5.80%
G=85.51%
B=8.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12177180.9300.900.31122.1887.337.06
HexCB1125D05A1F7a5725
Octal142612213501323717212745
Binary110010110001100101011101010110101111111110101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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