Html Css Color HEX #1AB016 Forest Green

📋 copy color: '#1AB016'

red 26 ◦ green 176 ◦ blue 22

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

Shades of Forest Green #1AB016

Tints of Forest Green #1AB016

RGB

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

 GREEN value IS 176 (69.14% from 255) = 78.57%

 BLUE value IS 22 (8.98% from 255) = 9.82%

R = 11.61%
G = 78.57%
B = 9.82%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#1AB016 (or 0x1AB016) is known color: Forest Green. HEX triplet: 1A, B0 and 16. RGB value is (26,176,22). Sum of RGB (Red+Green+Blue) = 26+176+22=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 176 (69.14% from 255 or 78.57% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AB016 is #E54FE9. Grayscale: #727272. Windows color (decimal): -15028202 or 1486874. OLE color: 1486874.

HSL color Cylindrical-coordinate representation of color #1AB016: hue angle of 118.44º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AB016 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 26 176 22 -
CMYK 0.85 0 0.88 0.31
HSL 118.44º 0.78% 0.39% -
HSV(B) 118.44º 0.88% 0.69% -
XYZ 16.1 31.33 5.96 -
YUV 113.59 76.31 65.52 -
System Red Green Blue C M Y K H S L
Decimal 26 176 22 0.85 0 0.88 0.31 118.44 0.78 0.39
Hex 1A B0 16 55 0 58 1F 76 4E 27
Octal 32 260 26 125 0 130 37 166 116 47
Binary 11010 10110000 10110 1010101 0 1011000 11111 1110110 1001110 100111

Color Harmonies of #1AB016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB016

Black with #1AB016

Text Example


Text Example

White with #1AB016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,176,22); }

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

background-color css

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

 a { background-color: rgb(26,176,22); }

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

border-color css

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

 span { border-color: rgb(26,176,22); }

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