Html Css Color HEX #0EB80F Islamic Green

📋 copy color: '#0EB80F'

red 14 ◦ green 184 ◦ blue 15

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

Shades of Islamic Green #0EB80F

Tints of Islamic Green #0EB80F

RGB

 RED value IS 14 (5.86% from 255) = 6.57%

 GREEN value IS 184 (72.27% from 255) = 86.38%

 BLUE value IS 15 (6.25% from 255) = 7.04%

R = 6.57%
G = 86.38%
B = 7.04%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#0EB80F (or 0x0EB80F) is known color: Islamic Green. HEX triplet: 0E, B8 and 0F. RGB value is (14,184,15). Sum of RGB (Red+Green+Blue) = 14+184+15=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 184 (72.27% from 255 or 86.38% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB80F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB80F is #F147F0. Grayscale: #727272. Windows color (decimal): -15812593 or 1030158. OLE color: 1030158.

HSL color Cylindrical-coordinate representation of color #0EB80F: hue angle of 120.35º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB80F is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 14 184 15 -
CMYK 0.92 0 0.92 0.28
HSL 120.35º 0.86% 0.39% -
HSV(B) 120.35º 0.92% 0.72% -
XYZ 17.41 34.41 6.18 -
YUV 113.9 72.18 56.74 -
System Red Green Blue C M Y K H S L
Decimal 14 184 15 0.92 0 0.92 0.28 120.35 0.86 0.39
Hex E B8 F 5C 0 5C 1C 78 56 27
Octal 16 270 17 134 0 134 34 170 126 47
Binary 1110 10111000 1111 1011100 0 1011100 11100 1111000 1010110 100111

Color Harmonies of #0EB80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB80F

Black with #0EB80F

Text Example


Text Example

White with #0EB80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EB80F; }

 p { color: rgb(14,184,15); }

 H1.HeaderClassName
 {
   color: #0EB80F;
 }
 .AnyTagClassName
 {
   color: #0EB80F;
 }
</style>

background-color css

<style>
 a { background-color: #0EB80F; }

 a { background-color: rgb(14,184,15); }

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

border-color css

<style>
 span { border-color: #0EB80F; }

 span { border-color: rgb(14,184,15); }

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