Html Css Color HEX #01BE08 Islamic Green

📋 copy color: '#01BE08'

red 1 ◦ green 190 ◦ blue 8

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

Shades of Islamic Green #01BE08

Tints of Islamic Green #01BE08

RGB

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

 GREEN value IS 190 (74.61% from 255) = 95.48%

 BLUE value IS 8 (3.52% from 255) = 4.02%

R = 0.5%
G = 95.48%
B = 4.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#01BE08 (or 0x01BE08) is known color: Islamic Green. HEX triplet: 01, BE and 08. RGB value is (1,190,8). Sum of RGB (Red+Green+Blue) = 1+190+8=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 190 (74.61% from 255 or 95.48% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BE08 is #FE41F7. Grayscale: #717171. Windows color (decimal): -16663032 or 572929. OLE color: 572929.

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

Color convert

RGB 1 190 8 -
CMYK 0.99 0 0.96 0.25
HSL 122.22º 0.99% 0.37% -
HSV(B) 122.22º 0.99% 0.75% -
XYZ 18.47 36.85 6.37 -
YUV 112.74 68.88 48.3 -
System Red Green Blue C M Y K H S L
Decimal 1 190 8 0.99 0 0.96 0.25 122.22 0.99 0.37
Hex 1 BE 8 63 0 60 19 7A 63 25
Octal 1 276 10 143 0 140 31 172 143 45
Binary 1 10111110 1000 1100011 0 1100000 11001 1111010 1100011 100101

Color Harmonies of #01BE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE08

Black with #01BE08

Text Example


Text Example

White with #01BE08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,190,8); }

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

background-color css

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

 a { background-color: rgb(1,190,8); }

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

border-color css

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

 span { border-color: rgb(1,190,8); }

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