Html Css Color HEX #0EC30D Islamic Green

📋 copy color: '#0EC30D'

red 14 ◦ green 195 ◦ blue 13

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

Shades of Islamic Green #0EC30D

Tints of Islamic Green #0EC30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 6.31%
G = 87.84%
B = 5.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#0EC30D (or 0x0EC30D) is known color: Islamic Green. HEX triplet: 0E, C3 and 0D. RGB value is (14,195,13). Sum of RGB (Red+Green+Blue) = 14+195+13=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 195 (76.56% from 255 or 87.84% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC30D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC30D is #F13CF2. Grayscale: #787878. Windows color (decimal): -15809779 or 901902. OLE color: 901902.

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

Color convert

RGB 14 195 13 -
CMYK 0.93 0 0.93 0.24
HSL 119.67º 0.88% 0.41% -
HSV(B) 119.67º 0.93% 0.76% -
XYZ 19.77 39.15 6.9 -
YUV 120.13 67.53 52.3 -
System Red Green Blue C M Y K H S L
Decimal 14 195 13 0.93 0 0.93 0.24 119.67 0.88 0.41
Hex E C3 D 5D 0 5D 18 78 58 29
Octal 16 303 15 135 0 135 30 170 130 51
Binary 1110 11000011 1101 1011101 0 1011101 11000 1111000 1011000 101001

Color Harmonies of #0EC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC30D

Black with #0EC30D

Text Example


Text Example

White with #0EC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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