Html Css Color HEX #14A910 Islamic Green

📋 copy color: '#14A910'

red 20 ◦ green 169 ◦ blue 16

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

Shades of Islamic Green #14A910

Tints of Islamic Green #14A910

RGB

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

 GREEN value IS 169 (66.41% from 255) = 82.44%

 BLUE value IS 16 (6.64% from 255) = 7.8%

R = 9.76%
G = 82.44%
B = 7.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#14A910 (or 0x14A910) is known color: Islamic Green. HEX triplet: 14, A9 and 10. RGB value is (20,169,16). Sum of RGB (Red+Green+Blue) = 20+169+16=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 169 (66.41% from 255 or 82.44% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 169 - color contains mainly: green. Hex color #14A910 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A910 is #EB56EF. Grayscale: #6B6B6B. Windows color (decimal): -15423216 or 1091860. OLE color: 1091860.

HSL color Cylindrical-coordinate representation of color #14A910: hue angle of 118.43º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14A910 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 20 169 16 -
CMYK 0.88 0 0.91 0.34
HSL 118.43º 0.83% 0.36% -
HSV(B) 118.43º 0.91% 0.66% -
XYZ 14.57 28.56 5.24 -
YUV 107.01 76.64 65.94 -
System Red Green Blue C M Y K H S L
Decimal 20 169 16 0.88 0 0.91 0.34 118.43 0.83 0.36
Hex 14 A9 10 58 0 5B 22 76 53 24
Octal 24 251 20 130 0 133 42 166 123 44
Binary 10100 10101001 10000 1011000 0 1011011 100010 1110110 1010011 100100

Color Harmonies of #14A910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A910

Black with #14A910

Text Example


Text Example

White with #14A910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,169,16); }

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

background-color css

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

 a { background-color: rgb(20,169,16); }

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

border-color css

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

 span { border-color: rgb(20,169,16); }

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