#09BF00

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

Shades of Islamic Green #09BF00

Tints of Islamic Green #09BF00

Color information

#09BF00 (or 0x09BF00) is unknown color: approx Islamic Green. HEX triplet: 09, BF and 00. RGB value is (9,191,0). Sum of RGB (Red+Green+Blue) = 9+191+0=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 191 (75% from 255 or 95.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09BF00 is #F640FF. Grayscale: #737373. Windows color (decimal): -16138496 or 48905. OLE color: 48905.

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

Color convert

RGB91910-
CMYK0.95010.25
HSL117.17º100%37.45%-
HSV(B)117.17º100%74.9%-
XYZ18.7437.326.22-
YUV114.8163.252.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.5%
GREEN value IS 191 (75% from 255) = 95.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=4.5%
G=95.5%
B=0%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal919100.95010.25117.1710037.45
Hex9BF05F06419756425
Octal11277013701443116514445
Binary10011011111101011111011001001100111101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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