Html Css Color HEX #0EB10D Islamic Green

📋 copy color: '#0EB10D'

red 14 ◦ green 177 ◦ blue 13

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

Shades of Islamic Green #0EB10D

Tints of Islamic Green #0EB10D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 86.76%

 BLUE value IS 13 (5.47% from 255) = 6.37%

R = 6.86%
G = 86.76%
B = 6.37%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#0EB10D (or 0x0EB10D) is known color: Islamic Green. HEX triplet: 0E, B1 and 0D. RGB value is (14,177,13). Sum of RGB (Red+Green+Blue) = 14+177+13=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 177 (69.53% from 255 or 86.76% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB10D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EB10D is #F14EF2. Grayscale: #6E6E6E. Windows color (decimal): -15814387 or 897294. OLE color: 897294.

HSL color Cylindrical-coordinate representation of color #0EB10D: hue angle of 119.63º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EB10D is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 14 177 13 -
CMYK 0.92 0 0.93 0.31
HSL 119.63º 0.86% 0.37% -
HSV(B) 119.63º 0.93% 0.69% -
XYZ 15.98 31.57 5.63 -
YUV 109.57 73.5 59.84 -
System Red Green Blue C M Y K H S L
Decimal 14 177 13 0.92 0 0.93 0.31 119.63 0.86 0.37
Hex E B1 D 5C 0 5D 1F 78 56 25
Octal 16 261 15 134 0 135 37 170 126 45
Binary 1110 10110001 1101 1011100 0 1011101 11111 1111000 1010110 100101

Color Harmonies of #0EB10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB10D

Black with #0EB10D

Text Example


Text Example

White with #0EB10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,177,13); }

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

background-color css

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

 a { background-color: rgb(14,177,13); }

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

border-color css

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

 span { border-color: rgb(14,177,13); }

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