Html Css Color HEX #0EC202 Islamic Green

📋 copy color: '#0EC202'

red 14 ◦ green 194 ◦ blue 2

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

Shades of Islamic Green #0EC202

Tints of Islamic Green #0EC202

RGB

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

 GREEN value IS 194 (76.17% from 255) = 92.38%

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 6.67%
G = 92.38%
B = 0.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#0EC202 (or 0x0EC202) is known color: Islamic Green. HEX triplet: 0E, C2 and 02. RGB value is (14,194,2). Sum of RGB (Red+Green+Blue) = 14+194+2=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 194 (76.17% from 255 or 92.38% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC202 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC202 is #F13DFD. Grayscale: #767676. Windows color (decimal): -15810046 or 180750. OLE color: 180750.

HSL color Cylindrical-coordinate representation of color #0EC202: hue angle of 116.25º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EC202 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 194 2 -
CMYK 0.93 0 0.99 0.24
HSL 116.25º 0.98% 0.38% -
HSV(B) 116.25º 0.99% 0.76% -
XYZ 19.48 38.68 6.5 -
YUV 118.29 62.37 53.61 -
System Red Green Blue C M Y K H S L
Decimal 14 194 2 0.93 0 0.99 0.24 116.25 0.98 0.38
Hex E C2 2 5D 0 63 18 74 62 26
Octal 16 302 2 135 0 143 30 164 142 46
Binary 1110 11000010 10 1011101 0 1100011 11000 1110100 1100010 100110

Color Harmonies of #0EC202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC202

Black with #0EC202

Text Example


Text Example

White with #0EC202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,194,2); }

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

background-color css

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

 a { background-color: rgb(14,194,2); }

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

border-color css

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

 span { border-color: rgb(14,194,2); }

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