Html Css Color HEX #08BE0E Islamic Green

📋 copy color: '#08BE0E'

red 8 ◦ green 190 ◦ blue 14

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

Shades of Islamic Green #08BE0E

Tints of Islamic Green #08BE0E

RGB

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

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

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

R = 3.77%
G = 89.62%
B = 6.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#08BE0E (or 0x08BE0E) is known color: Islamic Green. HEX triplet: 08, BE and 0E. RGB value is (8,190,14). Sum of RGB (Red+Green+Blue) = 8+190+14=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 190 (74.61% from 255 or 89.62% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 190 - color contains mainly: green. Hex color #08BE0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BE0E is #F741F1. Grayscale: #747474. Windows color (decimal): -16204274 or 966152. OLE color: 966152.

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

Color convert

RGB 8 190 14 -
CMYK 0.96 0 0.93 0.25
HSL 121.98º 0.92% 0.39% -
HSV(B) 121.98º 0.96% 0.75% -
XYZ 18.59 36.91 6.56 -
YUV 115.52 70.7 51.31 -
System Red Green Blue C M Y K H S L
Decimal 8 190 14 0.96 0 0.93 0.25 121.98 0.92 0.39
Hex 8 BE E 60 0 5D 19 7A 5C 27
Octal 10 276 16 140 0 135 31 172 134 47
Binary 1000 10111110 1110 1100000 0 1011101 11001 1111010 1011100 100111

Color Harmonies of #08BE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BE0E

Black with #08BE0E

Text Example


Text Example

White with #08BE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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