Html Css Color HEX #09BD01 Islamic Green

📋 copy color: '#09BD01'

red 9 ◦ green 189 ◦ blue 1

#09BD01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #09BD01

Tints of Islamic Green #09BD01

RGB

 RED value IS 9 (3.91% from 255) = 4.52%

 GREEN value IS 189 (74.22% from 255) = 94.97%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 4.52%
G = 94.97%
B = 0.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#09BD01 (or 0x09BD01) is known color: Islamic Green. HEX triplet: 09, BD and 01. RGB value is (9,189,1). Sum of RGB (Red+Green+Blue) = 9+189+1=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 189 (74.22% from 255 or 94.97% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09BD01 is #F642FE. Grayscale: #727272. Windows color (decimal): -16139007 or 113929. OLE color: 113929.

HSL color Cylindrical-coordinate representation of color #09BD01: hue angle of 117.45º degrees, saturation: 0.99, 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 #09BD01 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 189 1 -
CMYK 0.95 0 0.99 0.26
HSL 117.45º 0.99% 0.37% -
HSV(B) 117.45º 0.99% 0.74% -
XYZ 18.32 36.46 6.1 -
YUV 113.75 64.37 53.29 -
System Red Green Blue C M Y K H S L
Decimal 9 189 1 0.95 0 0.99 0.26 117.45 0.99 0.37
Hex 9 BD 1 5F 0 63 1A 75 63 25
Octal 11 275 1 137 0 143 32 165 143 45
Binary 1001 10111101 1 1011111 0 1100011 11010 1110101 1100011 100101

Color Harmonies of #09BD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BD01

Black with #09BD01

Text Example


Text Example

White with #09BD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09BD01;
 }
 .AnyTagClassName
 {
   color: #09BD01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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