Html Css Color HEX #14AD03 Islamic Green

📋 copy color: '#14AD03'

red 20 ◦ green 173 ◦ blue 3

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

Shades of Islamic Green #14AD03

Tints of Islamic Green #14AD03

RGB

 RED value IS 20 (8.2% from 255) = 10.2%

 GREEN value IS 173 (67.97% from 255) = 88.27%

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

R = 10.2%
G = 88.27%
B = 1.53%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#14AD03 (or 0x14AD03) is known color: Islamic Green. HEX triplet: 14, AD and 03. RGB value is (20,173,3). Sum of RGB (Red+Green+Blue) = 20+173+3=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 173 (67.97% from 255 or 88.27% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AD03 is #EB52FC. Grayscale: #6C6C6C. Windows color (decimal): -15422205 or 240916. OLE color: 240916.

HSL color Cylindrical-coordinate representation of color #14AD03: hue angle of 114º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14AD03 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 173 3 -
CMYK 0.88 0 0.98 0.32
HSL 114º 0.97% 0.35% -
HSV(B) 114º 0.98% 0.68% -
XYZ 15.25 30.04 5.08 -
YUV 107.87 68.81 65.32 -
System Red Green Blue C M Y K H S L
Decimal 20 173 3 0.88 0 0.98 0.32 114 0.97 0.35
Hex 14 AD 3 58 0 62 20 72 61 23
Octal 24 255 3 130 0 142 40 162 141 43
Binary 10100 10101101 11 1011000 0 1100010 100000 1110010 1100001 100011

Color Harmonies of #14AD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD03

Black with #14AD03

Text Example


Text Example

White with #14AD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14AD03; }

 p { color: rgb(20,173,3); }

 H1.HeaderClassName
 {
   color: #14AD03;
 }
 .AnyTagClassName
 {
   color: #14AD03;
 }
</style>

background-color css

<style>
 a { background-color: #14AD03; }

 a { background-color: rgb(20,173,3); }

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

border-color css

<style>
 span { border-color: #14AD03; }

 span { border-color: rgb(20,173,3); }

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