#09BD02

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

Shades of Islamic Green #09BD02

Tints of Islamic Green #09BD02

Color information

#09BD02 (or 0x09BD02) is unknown color: approx Islamic Green. HEX triplet: 09, BD and 02. RGB value is (9,189,2). Sum of RGB (Red+Green+Blue) = 9+189+2=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 189 (74.22% from 255 or 94.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09BD02 is #F642FD. Grayscale: #727272. Windows color (decimal): -16139006 or 179465. OLE color: 179465.

HSL color Cylindrical-coordinate representation of color #09BD02: hue angle of 117.75º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09BD02 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB91892-
CMYK0.9500.990.26
HSL117.75º97.91%37.45%-
HSV(B)117.75º98.94%74.12%-
XYZ18.3236.466.13-
YUV113.8664.8753.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.5%
GREEN value IS 189 (74.22% from 255) = 94.5%
BLUE value IS 2 (1.17% from 255) = 1%
R=4.5%
G=94.5%
B=1%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal918920.9500.990.26117.7597.9137.45
Hex9BD25F0631A766225
Octal11275213701433216614245
Binary100110111101101011111011000111101011101101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,189,2); }

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

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

 a { background-color: rgb(9,189,2); }

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

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

 span { border-color: rgb(9,189,2); }

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