Html Css Color HEX #08BD0E Islamic Green

📋 copy color: '#08BD0E'

red 8 ◦ green 189 ◦ blue 14

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

Shades of Islamic Green #08BD0E

Tints of Islamic Green #08BD0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.64%

R = 3.79%
G = 89.57%
B = 6.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#08BD0E (or 0x08BD0E) is known color: Islamic Green. HEX triplet: 08, BD and 0E. RGB value is (8,189,14). Sum of RGB (Red+Green+Blue) = 8+189+14=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 189 (74.22% from 255 or 89.57% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BD0E is #F742F1. Grayscale: #737373. Windows color (decimal): -16204530 or 965896. OLE color: 965896.

HSL color Cylindrical-coordinate representation of color #08BD0E: hue angle of 121.99º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BD0E is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 189 14 -
CMYK 0.96 0 0.93 0.26
HSL 121.99º 0.92% 0.39% -
HSV(B) 121.99º 0.96% 0.74% -
XYZ 18.38 36.48 6.49 -
YUV 114.93 71.03 51.73 -
System Red Green Blue C M Y K H S L
Decimal 8 189 14 0.96 0 0.93 0.26 121.99 0.92 0.39
Hex 8 BD E 60 0 5D 1A 7A 5C 27
Octal 10 275 16 140 0 135 32 172 134 47
Binary 1000 10111101 1110 1100000 0 1011101 11010 1111010 1011100 100111

Color Harmonies of #08BD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BD0E

Black with #08BD0E

Text Example


Text Example

White with #08BD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,189,14); }

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

background-color css

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

 a { background-color: rgb(8,189,14); }

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

border-color css

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

 span { border-color: rgb(8,189,14); }

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