Html Css Color HEX #0EBC0F Islamic Green

📋 copy color: '#0EBC0F'

red 14 ◦ green 188 ◦ blue 15

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

Shades of Islamic Green #0EBC0F

Tints of Islamic Green #0EBC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 86.64%

 BLUE value IS 15 (6.25% from 255) = 6.91%

R = 6.45%
G = 86.64%
B = 6.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#0EBC0F (or 0x0EBC0F) is known color: Islamic Green. HEX triplet: 0E, BC and 0F. RGB value is (14,188,15). Sum of RGB (Red+Green+Blue) = 14+188+15=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 188 (73.83% from 255 or 86.64% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBC0F is #F143F0. Grayscale: #747474. Windows color (decimal): -15811569 or 1031182. OLE color: 1031182.

HSL color Cylindrical-coordinate representation of color #0EBC0F: hue angle of 120.34º 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 #0EBC0F is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 188 15 -
CMYK 0.93 0 0.92 0.26
HSL 120.34º 0.86% 0.4% -
HSV(B) 120.34º 0.93% 0.74% -
XYZ 18.25 36.09 6.46 -
YUV 116.25 70.85 55.07 -
System Red Green Blue C M Y K H S L
Decimal 14 188 15 0.93 0 0.92 0.26 120.34 0.86 0.4
Hex E BC F 5D 0 5C 1A 78 56 28
Octal 16 274 17 135 0 134 32 170 126 50
Binary 1110 10111100 1111 1011101 0 1011100 11010 1111000 1010110 101000

Color Harmonies of #0EBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBC0F

Black with #0EBC0F

Text Example


Text Example

White with #0EBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,188,15); }

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

background-color css

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

 a { background-color: rgb(14,188,15); }

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

border-color css

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

 span { border-color: rgb(14,188,15); }

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