Html Css Color HEX #0EB413 Islamic Green

📋 copy color: '#0EB413'

red 14 ◦ green 180 ◦ blue 19

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

Shades of Islamic Green #0EB413

Tints of Islamic Green #0EB413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 84.51%

 BLUE value IS 19 (7.81% from 255) = 8.92%

R = 6.57%
G = 84.51%
B = 8.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#0EB413 (or 0x0EB413) is known color: Islamic Green. HEX triplet: 0E, B4 and 13. RGB value is (14,180,19). Sum of RGB (Red+Green+Blue) = 14+180+19=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 180 (70.70% from 255 or 84.51% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 180 - color contains mainly: green. Hex color #0EB413 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB413 is #F14BEC. Grayscale: #707070. Windows color (decimal): -15813613 or 1291278. OLE color: 1291278.

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

Color convert

RGB 14 180 19 -
CMYK 0.92 0 0.89 0.29
HSL 121.81º 0.86% 0.38% -
HSV(B) 121.81º 0.92% 0.71% -
XYZ 16.62 32.78 6.07 -
YUV 112.01 75.5 58.09 -
System Red Green Blue C M Y K H S L
Decimal 14 180 19 0.92 0 0.89 0.29 121.81 0.86 0.38
Hex E B4 13 5C 0 59 1D 7A 56 26
Octal 16 264 23 134 0 131 35 172 126 46
Binary 1110 10110100 10011 1011100 0 1011001 11101 1111010 1010110 100110

Color Harmonies of #0EB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB413

Black with #0EB413

Text Example


Text Example

White with #0EB413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,180,19); }

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

background-color css

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

 a { background-color: rgb(14,180,19); }

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

border-color css

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

 span { border-color: rgb(14,180,19); }

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