Html Css Color HEX #0EBC00 Islamic Green

📋 copy color: '#0EBC00'

red 14 ◦ green 188 ◦ blue 0

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

Shades of Islamic Green #0EBC00

Tints of Islamic Green #0EBC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.93%
G = 93.07%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#0EBC00 (or 0x0EBC00) is known color: Islamic Green. HEX triplet: 0E, BC and 00. RGB value is (14,188,0). Sum of RGB (Red+Green+Blue) = 14+188+0=202 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.93% from 202); Green value is 188 (73.83% from 255 or 93.07% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBC00 is #F143FF. Grayscale: #737373. Windows color (decimal): -15811584 or 48142. OLE color: 48142.

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

Color convert

RGB 14 188 0 -
CMYK 0.93 0 1 0.26
HSL 115.53º 1% 0.37% -
HSV(B) 115.53º 1% 0.74% -
XYZ 18.16 36.06 6 -
YUV 114.54 63.35 56.29 -
System Red Green Blue C M Y K H S L
Decimal 14 188 0 0.93 0 1 0.26 115.53 1 0.37
Hex E BC 0 5D 0 64 1A 74 64 25
Octal 16 274 0 135 0 144 32 164 144 45
Binary 1110 10111100 0 1011101 0 1100100 11010 1110100 1100100 100101

Color Harmonies of #0EBC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBC00

Black with #0EBC00

Text Example


Text Example

White with #0EBC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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