Html Css Color HEX #1AA71F Forest Green

📋 copy color: '#1AA71F'

red 26 ◦ green 167 ◦ blue 31

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

Shades of Forest Green #1AA71F

Tints of Forest Green #1AA71F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 74.55%

 BLUE value IS 31 (12.5% from 255) = 13.84%

R = 11.61%
G = 74.55%
B = 13.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#1AA71F (or 0x1AA71F) is known color: Forest Green. HEX triplet: 1A, A7 and 1F. RGB value is (26,167,31). Sum of RGB (Red+Green+Blue) = 26+167+31=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 167 (65.62% from 255 or 74.55% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 167 - color contains mainly: green. Hex color #1AA71F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA71F is #E558E0. Grayscale: #6D6D6D. Windows color (decimal): -15030497 or 2074394. OLE color: 2074394.

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

Color convert

RGB 26 167 31 -
CMYK 0.84 0 0.81 0.35
HSL 122.13º 0.73% 0.38% -
HSV(B) 122.13º 0.84% 0.65% -
XYZ 14.49 27.96 5.93 -
YUV 109.34 83.79 68.56 -
System Red Green Blue C M Y K H S L
Decimal 26 167 31 0.84 0 0.81 0.35 122.13 0.73 0.38
Hex 1A A7 1F 54 0 51 23 7A 49 26
Octal 32 247 37 124 0 121 43 172 111 46
Binary 11010 10100111 11111 1010100 0 1010001 100011 1111010 1001001 100110

Color Harmonies of #1AA71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA71F

Black with #1AA71F

Text Example


Text Example

White with #1AA71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,167,31); }

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

background-color css

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

 a { background-color: rgb(26,167,31); }

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

border-color css

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

 span { border-color: rgb(26,167,31); }

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