Html Css Color HEX #0EC302 Islamic Green

📋 copy color: '#0EC302'

red 14 ◦ green 195 ◦ blue 2

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

Shades of Islamic Green #0EC302

Tints of Islamic Green #0EC302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 92.42%

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

R = 6.64%
G = 92.42%
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

#0EC302 (or 0x0EC302) is known color: Islamic Green. HEX triplet: 0E, C3 and 02. RGB value is (14,195,2). Sum of RGB (Red+Green+Blue) = 14+195+2=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 195 (76.56% from 255 or 92.42% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC302 is #F13CFD. Grayscale: #777777. Windows color (decimal): -15809790 or 181006. OLE color: 181006.

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

Color convert

RGB 14 195 2 -
CMYK 0.93 0 0.99 0.24
HSL 116.27º 0.98% 0.39% -
HSV(B) 116.27º 0.99% 0.76% -
XYZ 19.71 39.13 6.57 -
YUV 118.88 62.03 53.19 -
System Red Green Blue C M Y K H S L
Decimal 14 195 2 0.93 0 0.99 0.24 116.27 0.98 0.39
Hex E C3 2 5D 0 63 18 74 62 27
Octal 16 303 2 135 0 143 30 164 142 47
Binary 1110 11000011 10 1011101 0 1100011 11000 1110100 1100010 100111

Color Harmonies of #0EC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC302

Black with #0EC302

Text Example


Text Example

White with #0EC302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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