Html Css Color HEX #1AA510 Forest Green

📋 copy color: '#1AA510'

red 26 ◦ green 165 ◦ blue 16

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

Shades of Forest Green #1AA510

Tints of Forest Green #1AA510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 79.71%

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

R = 12.56%
G = 79.71%
B = 7.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#1AA510 (or 0x1AA510) is known color: Forest Green. HEX triplet: 1A, A5 and 10. RGB value is (26,165,16). Sum of RGB (Red+Green+Blue) = 26+165+16=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 165 (64.84% from 255 or 79.71% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA510 is #E55AEF. Grayscale: #6A6A6A. Windows color (decimal): -15031024 or 1090842. OLE color: 1090842.

HSL color Cylindrical-coordinate representation of color #1AA510: hue angle of 115.97º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AA510 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 26 165 16 -
CMYK 0.84 0 0.90 0.35
HSL 115.97º 0.82% 0.35% -
HSV(B) 115.97º 0.9% 0.65% -
XYZ 13.97 27.17 5 -
YUV 106.45 76.95 70.62 -
System Red Green Blue C M Y K H S L
Decimal 26 165 16 0.84 0 0.90 0.35 115.97 0.82 0.35
Hex 1A A5 10 54 0 5A 23 74 52 23
Octal 32 245 20 124 0 132 43 164 122 43
Binary 11010 10100101 10000 1010100 0 1011010 100011 1110100 1010010 100011

Color Harmonies of #1AA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA510

Black with #1AA510

Text Example


Text Example

White with #1AA510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,165,16); }

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

background-color css

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

 a { background-color: rgb(26,165,16); }

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

border-color css

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

 span { border-color: rgb(26,165,16); }

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