Html Css Color HEX #0EB90C Islamic Green

📋 copy color: '#0EB90C'

red 14 ◦ green 185 ◦ blue 12

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

Shades of Islamic Green #0EB90C

Tints of Islamic Green #0EB90C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 87.68%

 BLUE value IS 12 (5.08% from 255) = 5.69%

R = 6.64%
G = 87.68%
B = 5.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#0EB90C (or 0x0EB90C) is known color: Islamic Green. HEX triplet: 0E, B9 and 0C. RGB value is (14,185,12). Sum of RGB (Red+Green+Blue) = 14+185+12=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 185 (72.66% from 255 or 87.68% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB90C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB90C is #F146F3. Grayscale: #727272. Windows color (decimal): -15812340 or 833806. OLE color: 833806.

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

Color convert

RGB 14 185 12 -
CMYK 0.92 0 0.94 0.27
HSL 119.31º 0.88% 0.39% -
HSV(B) 119.31º 0.94% 0.73% -
XYZ 17.6 34.82 6.14 -
YUV 114.15 70.35 56.57 -
System Red Green Blue C M Y K H S L
Decimal 14 185 12 0.92 0 0.94 0.27 119.31 0.88 0.39
Hex E B9 C 5C 0 5E 1B 77 58 27
Octal 16 271 14 134 0 136 33 167 130 47
Binary 1110 10111001 1100 1011100 0 1011110 11011 1110111 1011000 100111

Color Harmonies of #0EB90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB90C

Black with #0EB90C

Text Example


Text Example

White with #0EB90C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,185,12); }

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

background-color css

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

 a { background-color: rgb(14,185,12); }

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

border-color css

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

 span { border-color: rgb(14,185,12); }

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