Html Css Color HEX #1AA51B Forest Green

📋 copy color: '#1AA51B'

red 26 ◦ green 165 ◦ blue 27

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

Shades of Forest Green #1AA51B

Tints of Forest Green #1AA51B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.39%

R = 11.93%
G = 75.69%
B = 12.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#1AA51B (or 0x1AA51B) is known color: Forest Green. HEX triplet: 1A, A5 and 1B. RGB value is (26,165,27). Sum of RGB (Red+Green+Blue) = 26+165+27=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 165 (64.84% from 255 or 75.69% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA51B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA51B is #E55AE4. Grayscale: #6C6C6C. Windows color (decimal): -15031013 or 1811738. OLE color: 1811738.

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

Color convert

RGB 26 165 27 -
CMYK 0.84 0 0.84 0.35
HSL 120.43º 0.73% 0.37% -
HSV(B) 120.43º 0.84% 0.65% -
XYZ 14.08 27.21 5.55 -
YUV 107.71 82.45 69.72 -
System Red Green Blue C M Y K H S L
Decimal 26 165 27 0.84 0 0.84 0.35 120.43 0.73 0.37
Hex 1A A5 1B 54 0 54 23 78 49 25
Octal 32 245 33 124 0 124 43 170 111 45
Binary 11010 10100101 11011 1010100 0 1010100 100011 1111000 1001001 100101

Color Harmonies of #1AA51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA51B

Black with #1AA51B

Text Example


Text Example

White with #1AA51B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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