Html Css Color HEX #14AA0D Islamic Green

📋 copy color: '#14AA0D'

red 20 ◦ green 170 ◦ blue 13

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

Shades of Islamic Green #14AA0D

Tints of Islamic Green #14AA0D

RGB

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

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

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

R = 9.85%
G = 83.74%
B = 6.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#14AA0D (or 0x14AA0D) is known color: Islamic Green. HEX triplet: 14, AA and 0D. RGB value is (20,170,13). Sum of RGB (Red+Green+Blue) = 20+170+13=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 170 (66.80% from 255 or 83.74% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AA0D is #EB55F2. Grayscale: #6B6B6B. Windows color (decimal): -15422963 or 895508. OLE color: 895508.

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

Color convert

RGB 20 170 13 -
CMYK 0.88 0 0.92 0.33
HSL 117.32º 0.86% 0.36% -
HSV(B) 117.32º 0.92% 0.67% -
XYZ 14.74 28.93 5.19 -
YUV 107.25 74.81 65.77 -
System Red Green Blue C M Y K H S L
Decimal 20 170 13 0.88 0 0.92 0.33 117.32 0.86 0.36
Hex 14 AA D 58 0 5C 21 75 56 24
Octal 24 252 15 130 0 134 41 165 126 44
Binary 10100 10101010 1101 1011000 0 1011100 100001 1110101 1010110 100100

Color Harmonies of #14AA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AA0D

Black with #14AA0D

Text Example


Text Example

White with #14AA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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