Html Css Color HEX #0EB319 Islamic Green

📋 copy color: '#0EB319'

red 14 ◦ green 179 ◦ blue 25

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

Shades of Islamic Green #0EB319

Tints of Islamic Green #0EB319

RGB

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

 GREEN value IS 179 (70.31% from 255) = 82.11%

 BLUE value IS 25 (10.16% from 255) = 11.47%

R = 6.42%
G = 82.11%
B = 11.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#0EB319 (or 0x0EB319) is known color: Islamic Green. HEX triplet: 0E, B3 and 19. RGB value is (14,179,25). Sum of RGB (Red+Green+Blue) = 14+179+25=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 179 (70.31% from 255 or 82.11% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB319 is #F14CE6. Grayscale: #707070. Windows color (decimal): -15813863 or 1684238. OLE color: 1684238.

HSL color Cylindrical-coordinate representation of color #0EB319: hue angle of 124º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB319 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 14 179 25 -
CMYK 0.92 0 0.86 0.30
HSL 124º 0.85% 0.38% -
HSV(B) 124º 0.92% 0.7% -
XYZ 16.48 32.4 6.31 -
YUV 112.11 78.84 58.02 -
System Red Green Blue C M Y K H S L
Decimal 14 179 25 0.92 0 0.86 0.30 124 0.85 0.38
Hex E B3 19 5C 0 56 1E 7C 55 26
Octal 16 263 31 134 0 126 36 174 125 46
Binary 1110 10110011 11001 1011100 0 1010110 11110 1111100 1010101 100110

Color Harmonies of #0EB319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB319

Black with #0EB319

Text Example


Text Example

White with #0EB319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,179,25); }

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

background-color css

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

 a { background-color: rgb(14,179,25); }

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

border-color css

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

 span { border-color: rgb(14,179,25); }

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