Html Css Color HEX #1AA014 Forest Green

📋 copy color: '#1AA014'

red 26 ◦ green 160 ◦ blue 20

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

Shades of Forest Green #1AA014

Tints of Forest Green #1AA014

RGB

 RED value IS 26 (10.55% from 255) = 12.62%

 GREEN value IS 160 (62.89% from 255) = 77.67%

 BLUE value IS 20 (8.2% from 255) = 9.71%

R = 12.62%
G = 77.67%
B = 9.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#1AA014 (or 0x1AA014) is known color: Forest Green. HEX triplet: 1A, A0 and 14. RGB value is (26,160,20). Sum of RGB (Red+Green+Blue) = 26+160+20=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 160 (62.89% from 255 or 77.67% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA014 is #E55FEB. Grayscale: #686868. Windows color (decimal): -15032300 or 1351706. OLE color: 1351706.

HSL color Cylindrical-coordinate representation of color #1AA014: hue angle of 117.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AA014 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 26 160 20 -
CMYK 0.84 0 0.88 0.37
HSL 117.43º 0.78% 0.35% -
HSV(B) 117.43º 0.88% 0.63% -
XYZ 13.12 25.41 4.88 -
YUV 103.97 80.61 72.38 -
System Red Green Blue C M Y K H S L
Decimal 26 160 20 0.84 0 0.88 0.37 117.43 0.78 0.35
Hex 1A A0 14 54 0 58 25 75 4E 23
Octal 32 240 24 124 0 130 45 165 116 43
Binary 11010 10100000 10100 1010100 0 1011000 100101 1110101 1001110 100011

Color Harmonies of #1AA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA014

Black with #1AA014

Text Example


Text Example

White with #1AA014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AA014; }

 p { color: rgb(26,160,20); }

 H1.HeaderClassName
 {
   color: #1AA014;
 }
 .AnyTagClassName
 {
   color: #1AA014;
 }
</style>

background-color css

<style>
 a { background-color: #1AA014; }

 a { background-color: rgb(26,160,20); }

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

border-color css

<style>
 span { border-color: #1AA014; }

 span { border-color: rgb(26,160,20); }

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