Html Css Color HEX #0EBD13 Islamic Green

📋 copy color: '#0EBD13'

red 14 ◦ green 189 ◦ blue 19

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

Shades of Islamic Green #0EBD13

Tints of Islamic Green #0EBD13

RGB

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

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

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

R = 6.31%
G = 85.14%
B = 8.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#0EBD13 (or 0x0EBD13) is known color: Islamic Green. HEX triplet: 0E, BD and 13. RGB value is (14,189,19). Sum of RGB (Red+Green+Blue) = 14+189+19=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 189 (74.22% from 255 or 85.14% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBD13 is #F142EC. Grayscale: #757575. Windows color (decimal): -15811309 or 1293582. OLE color: 1293582.

HSL color Cylindrical-coordinate representation of color #0EBD13: hue angle of 121.71º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBD13 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 189 19 -
CMYK 0.93 0 0.90 0.26
HSL 121.71º 0.86% 0.4% -
HSV(B) 121.71º 0.93% 0.74% -
XYZ 18.5 36.54 6.69 -
YUV 117.3 72.52 54.32 -
System Red Green Blue C M Y K H S L
Decimal 14 189 19 0.93 0 0.90 0.26 121.71 0.86 0.4
Hex E BD 13 5D 0 5A 1A 7A 56 28
Octal 16 275 23 135 0 132 32 172 126 50
Binary 1110 10111101 10011 1011101 0 1011010 11010 1111010 1010110 101000

Color Harmonies of #0EBD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBD13

Black with #0EBD13

Text Example


Text Example

White with #0EBD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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