Html Css Color HEX #01BF09 Islamic Green

📋 copy color: '#01BF09'

red 1 ◦ green 191 ◦ blue 9

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

Shades of Islamic Green #01BF09

Tints of Islamic Green #01BF09

RGB

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

 GREEN value IS 191 (75% from 255) = 95.02%

 BLUE value IS 9 (3.91% from 255) = 4.48%

R = 0.5%
G = 95.02%
B = 4.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#01BF09 (or 0x01BF09) is known color: Islamic Green. HEX triplet: 01, BF and 09. RGB value is (1,191,9). Sum of RGB (Red+Green+Blue) = 1+191+9=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 191 (75% from 255 or 95.02% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BF09 is #FE40F6. Grayscale: #717171. Windows color (decimal): -16662775 or 638721. OLE color: 638721.

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

Color convert

RGB 1 191 9 -
CMYK 0.99 0 0.95 0.25
HSL 122.53º 0.99% 0.38% -
HSV(B) 122.53º 0.99% 0.75% -
XYZ 18.69 37.29 6.47 -
YUV 113.44 69.05 47.8 -
System Red Green Blue C M Y K H S L
Decimal 1 191 9 0.99 0 0.95 0.25 122.53 0.99 0.38
Hex 1 BF 9 63 0 5F 19 7B 63 26
Octal 1 277 11 143 0 137 31 173 143 46
Binary 1 10111111 1001 1100011 0 1011111 11001 1111011 1100011 100110

Color Harmonies of #01BF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF09

Black with #01BF09

Text Example


Text Example

White with #01BF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01BF09; }

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

 H1.HeaderClassName
 {
   color: #01BF09;
 }
 .AnyTagClassName
 {
   color: #01BF09;
 }
</style>

background-color css

<style>
 a { background-color: #01BF09; }

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

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

border-color css

<style>
 span { border-color: #01BF09; }

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

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