Html Css Color HEX #14AA00 Islamic Green

📋 copy color: '#14AA00'

red 20 ◦ green 170 ◦ blue 0

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

Shades of Islamic Green #14AA00

Tints of Islamic Green #14AA00

RGB

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

 GREEN value IS 170 (66.8% from 255) = 89.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 10.53%
G = 89.47%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#14AA00 (or 0x14AA00) is known color: Islamic Green. HEX triplet: 14, AA and 00. RGB value is (20,170,0). Sum of RGB (Red+Green+Blue) = 20+170+0=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 170 (66.80% from 255 or 89.47% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AA00 is #EB55FF. Grayscale: #6A6A6A. Windows color (decimal): -15422976 or 43540. OLE color: 43540.

HSL color Cylindrical-coordinate representation of color #14AA00: hue angle of 112.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14AA00 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 170 0 -
CMYK 0.88 0 1 0.33
HSL 112.94º 1% 0.33% -
HSV(B) 112.94º 1% 0.67% -
XYZ 14.66 28.9 4.81 -
YUV 105.77 68.31 66.82 -
System Red Green Blue C M Y K H S L
Decimal 20 170 0 0.88 0 1 0.33 112.94 1 0.33
Hex 14 AA 0 58 0 64 21 71 64 21
Octal 24 252 0 130 0 144 41 161 144 41
Binary 10100 10101010 0 1011000 0 1100100 100001 1110001 1100100 100001

Color Harmonies of #14AA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AA00

Black with #14AA00

Text Example


Text Example

White with #14AA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,170,0); }

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

background-color css

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

 a { background-color: rgb(20,170,0); }

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

border-color css

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

 span { border-color: rgb(20,170,0); }

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