Html Css Color HEX #08BF01 Islamic Green

📋 copy color: '#08BF01'

red 8 ◦ green 191 ◦ blue 1

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

Shades of Islamic Green #08BF01

Tints of Islamic Green #08BF01

RGB

 RED value IS 8 (3.52% from 255) = 4%

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

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

R = 4%
G = 95.5%
B = 0.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#08BF01 (or 0x08BF01) is known color: Islamic Green. HEX triplet: 08, BF and 01. RGB value is (8,191,1). Sum of RGB (Red+Green+Blue) = 8+191+1=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 191 (75% from 255 or 95.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 191 - color contains mainly: green. Hex color #08BF01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BF01 is #F740FE. Grayscale: #737373. Windows color (decimal): -16204031 or 114440. OLE color: 114440.

HSL color Cylindrical-coordinate representation of color #08BF01: hue angle of 117.79º 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 #08BF01 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 191 1 -
CMYK 0.96 0 0.99 0.25
HSL 117.79º 0.99% 0.38% -
HSV(B) 117.79º 0.99% 0.75% -
XYZ 18.74 37.32 6.24 -
YUV 114.62 63.87 51.95 -
System Red Green Blue C M Y K H S L
Decimal 8 191 1 0.96 0 0.99 0.25 117.79 0.99 0.38
Hex 8 BF 1 60 0 63 19 76 63 26
Octal 10 277 1 140 0 143 31 166 143 46
Binary 1000 10111111 1 1100000 0 1100011 11001 1110110 1100011 100110

Color Harmonies of #08BF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BF01

Black with #08BF01

Text Example


Text Example

White with #08BF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08BF01; }

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

 H1.HeaderClassName
 {
   color: #08BF01;
 }
 .AnyTagClassName
 {
   color: #08BF01;
 }
</style>

background-color css

<style>
 a { background-color: #08BF01; }

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

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

border-color css

<style>
 span { border-color: #08BF01; }

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

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