#0BAF09

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

Shades of Islamic Green #0BAF09

Tints of Islamic Green #0BAF09

Color information

#0BAF09 (or 0x0BAF09) is unknown color: approx Islamic Green. HEX triplet: 0B, AF and 09. RGB value is (11,175,9). Sum of RGB (Red+Green+Blue) = 11+175+9=195 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.64% from 195); Green value is 175 (68.75% from 255 or 89.74% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAF09 is #F450F6. Grayscale: #6B6B6B. Windows color (decimal): -16011511 or 634635. OLE color: 634635.

HSL color Cylindrical-coordinate representation of color #0BAF09: hue angle of 119.28º 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 #0BAF09 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB111759-
CMYK0.9400.950.31
HSL119.28º90.22%36.08%-
HSV(B)119.28º94.86%68.63%-
XYZ15.5230.755.38-
YUV107.0472.6759.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.64%
GREEN value IS 175 (68.75% from 255) = 89.74%
BLUE value IS 9 (3.91% from 255) = 4.62%
R=5.64%
G=89.74%
B=4.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1117590.9400.950.31119.2890.2236.08
HexBAF95E05F1F775a24
Octal132571113601373716713244
Binary10111010111110011011110010111111111111101111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAF09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,175,9); }

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

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

 a { background-color: rgb(11,175,9); }

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

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

 span { border-color: rgb(11,175,9); }

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