#09BF12

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

Shades of Islamic Green #09BF12

Tints of Islamic Green #09BF12

Color information

#09BF12 (or 0x09BF12) is unknown color: approx Islamic Green. HEX triplet: 09, BF and 12. RGB value is (9,191,18). Sum of RGB (Red+Green+Blue) = 9+191+18=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 191 (75% from 255 or 87.61% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09BF12 is #F640ED. Grayscale: #757575. Windows color (decimal): -16138478 or 1228553. OLE color: 1228553.

HSL color Cylindrical-coordinate representation of color #09BF12: hue angle of 122.97º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BF12 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB919118-
CMYK0.9500.910.25
HSL122.97º91%39.22%-
HSV(B)122.97º95.29%74.9%-
XYZ18.8537.366.79-
YUV116.8672.251.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.13%
GREEN value IS 191 (75% from 255) = 87.61%
BLUE value IS 18 (7.42% from 255) = 8.26%
R=4.13%
G=87.61%
B=8.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9191180.9500.910.25122.979139.22
Hex9BF125F05B197b5b27
Octal112772213701333117313347
Binary100110111111100101011111010110111100111110111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09BF12; }

 p { color: rgb(9,191,18); }

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

<style>
 a { background-color: #09BF12; }

 a { background-color: rgb(9,191,18); }

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

<style>
 span { border-color: #09BF12; }

 span { border-color: rgb(9,191,18); }

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