Html Css Color HEX #0EAC0B Islamic Green

📋 copy color: '#0EAC0B'

red 14 ◦ green 172 ◦ blue 11

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

Shades of Islamic Green #0EAC0B

Tints of Islamic Green #0EAC0B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 87.31%

 BLUE value IS 11 (4.69% from 255) = 5.58%

R = 7.11%
G = 87.31%
B = 5.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#0EAC0B (or 0x0EAC0B) is known color: Islamic Green. HEX triplet: 0E, AC and 0B. RGB value is (14,172,11). Sum of RGB (Red+Green+Blue) = 14+172+11=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 172 (67.58% from 255 or 87.31% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAC0B is #F153F4. Grayscale: #6A6A6A. Windows color (decimal): -15815669 or 764942. OLE color: 764942.

HSL color Cylindrical-coordinate representation of color #0EAC0B: hue angle of 118.88º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EAC0B is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 172 11 -
CMYK 0.92 0 0.94 0.33
HSL 118.88º 0.88% 0.36% -
HSV(B) 118.88º 0.94% 0.67% -
XYZ 14.99 29.62 5.24 -
YUV 106.4 74.15 62.09 -
System Red Green Blue C M Y K H S L
Decimal 14 172 11 0.92 0 0.94 0.33 118.88 0.88 0.36
Hex E AC B 5C 0 5E 21 77 58 24
Octal 16 254 13 134 0 136 41 167 130 44
Binary 1110 10101100 1011 1011100 0 1011110 100001 1110111 1011000 100100

Color Harmonies of #0EAC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC0B

Black with #0EAC0B

Text Example


Text Example

White with #0EAC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,172,11); }

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

background-color css

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

 a { background-color: rgb(14,172,11); }

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

border-color css

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

 span { border-color: rgb(14,172,11); }

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