Html Css Color HEX #0EAC03 Islamic Green

📋 copy color: '#0EAC03'

red 14 ◦ green 172 ◦ blue 3

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

Shades of Islamic Green #0EAC03

Tints of Islamic Green #0EAC03

RGB

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

 GREEN value IS 172 (67.58% from 255) = 91.01%

 BLUE value IS 3 (1.56% from 255) = 1.59%

R = 7.41%
G = 91.01%
B = 1.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#0EAC03 (or 0x0EAC03) is known color: Islamic Green. HEX triplet: 0E, AC and 03. RGB value is (14,172,3). Sum of RGB (Red+Green+Blue) = 14+172+3=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 172 (67.58% from 255 or 91.01% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAC03 is #F153FC. Grayscale: #6A6A6A. Windows color (decimal): -15815677 or 240654. OLE color: 240654.

HSL color Cylindrical-coordinate representation of color #0EAC03: hue angle of 116.09º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EAC03 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 172 3 -
CMYK 0.92 0 0.98 0.33
HSL 116.09º 0.97% 0.34% -
HSV(B) 116.09º 0.98% 0.67% -
XYZ 14.95 29.6 5.01 -
YUV 105.49 70.15 62.74 -
System Red Green Blue C M Y K H S L
Decimal 14 172 3 0.92 0 0.98 0.33 116.09 0.97 0.34
Hex E AC 3 5C 0 62 21 74 61 22
Octal 16 254 3 134 0 142 41 164 141 42
Binary 1110 10101100 11 1011100 0 1100010 100001 1110100 1100001 100010

Color Harmonies of #0EAC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC03

Black with #0EAC03

Text Example


Text Example

White with #0EAC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,172,3); }

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

background-color css

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

 a { background-color: rgb(14,172,3); }

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

border-color css

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

 span { border-color: rgb(14,172,3); }

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