Html Css Color HEX #08BA01 Islamic Green

📋 copy color: '#08BA01'

red 8 ◦ green 186 ◦ blue 1

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

Shades of Islamic Green #08BA01

Tints of Islamic Green #08BA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 95.38%

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

R = 4.1%
G = 95.38%
B = 0.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#08BA01 (or 0x08BA01) is known color: Islamic Green. HEX triplet: 08, BA and 01. RGB value is (8,186,1). Sum of RGB (Red+Green+Blue) = 8+186+1=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 186 (73.05% from 255 or 95.38% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BA01 is #F745FE. Grayscale: #707070. Windows color (decimal): -16205311 or 113160. OLE color: 113160.

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

Color convert

RGB 8 186 1 -
CMYK 0.96 0 0.99 0.27
HSL 117.73º 0.99% 0.37% -
HSV(B) 117.73º 0.99% 0.73% -
XYZ 17.66 35.17 5.89 -
YUV 111.69 65.53 54.04 -
System Red Green Blue C M Y K H S L
Decimal 8 186 1 0.96 0 0.99 0.27 117.73 0.99 0.37
Hex 8 BA 1 60 0 63 1B 76 63 25
Octal 10 272 1 140 0 143 33 166 143 45
Binary 1000 10111010 1 1100000 0 1100011 11011 1110110 1100011 100101

Color Harmonies of #08BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BA01

Black with #08BA01

Text Example


Text Example

White with #08BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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