Html Css Color HEX #14AF0A Islamic Green

📋 copy color: '#14AF0A'

red 20 ◦ green 175 ◦ blue 10

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

Shades of Islamic Green #14AF0A

Tints of Islamic Green #14AF0A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 85.37%

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 9.76%
G = 85.37%
B = 4.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#14AF0A (or 0x14AF0A) is known color: Islamic Green. HEX triplet: 14, AF and 0A. RGB value is (20,175,10). Sum of RGB (Red+Green+Blue) = 20+175+10=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 175 (68.75% from 255 or 85.37% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AF0A is #EB50F5. Grayscale: #6E6E6E. Windows color (decimal): -15421686 or 700180. OLE color: 700180.

HSL color Cylindrical-coordinate representation of color #14AF0A: hue angle of 116.36º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14AF0A is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 175 10 -
CMYK 0.89 0 0.94 0.31
HSL 116.36º 0.89% 0.36% -
HSV(B) 116.36º 0.94% 0.69% -
XYZ 15.67 30.83 5.41 -
YUV 109.85 71.65 63.92 -
System Red Green Blue C M Y K H S L
Decimal 20 175 10 0.89 0 0.94 0.31 116.36 0.89 0.36
Hex 14 AF A 59 0 5E 1F 74 59 24
Octal 24 257 12 131 0 136 37 164 131 44
Binary 10100 10101111 1010 1011001 0 1011110 11111 1110100 1011001 100100

Color Harmonies of #14AF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AF0A

Black with #14AF0A

Text Example


Text Example

White with #14AF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,175,10); }

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

background-color css

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

 a { background-color: rgb(20,175,10); }

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

border-color css

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

 span { border-color: rgb(20,175,10); }

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