Html Css Color HEX #1AA632 Forest Green

📋 copy color: '#1AA632'

red 26 ◦ green 166 ◦ blue 50

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

Shades of Forest Green #1AA632

Tints of Forest Green #1AA632

RGB

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

 GREEN value IS 166 (65.23% from 255) = 68.6%

 BLUE value IS 50 (19.92% from 255) = 20.66%

R = 10.74%
G = 68.6%
B = 20.66%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#1AA632 (or 0x1AA632) is known color: Forest Green. HEX triplet: 1A, A6 and 32. RGB value is (26,166,50). Sum of RGB (Red+Green+Blue) = 26+166+50=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 166 (65.23% from 255 or 68.60% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 166 - color contains mainly: green. Hex color #1AA632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA632 is #E559CD. Grayscale: #6F6F6F. Windows color (decimal): -15030734 or 3319322. OLE color: 3319322.

HSL color Cylindrical-coordinate representation of color #1AA632: hue angle of 130.29º 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 #1AA632 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 26 166 50 -
CMYK 0.84 0 0.70 0.35
HSL 130.29º 0.73% 0.38% -
HSV(B) 130.29º 0.84% 0.65% -
XYZ 14.64 27.72 7.6 -
YUV 110.92 93.62 67.43 -
System Red Green Blue C M Y K H S L
Decimal 26 166 50 0.84 0 0.70 0.35 130.29 0.73 0.38
Hex 1A A6 32 54 0 46 23 82 49 26
Octal 32 246 62 124 0 106 43 202 111 46
Binary 11010 10100110 110010 1010100 0 1000110 100011 10000010 1001001 100110

Color Harmonies of #1AA632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA632

Black with #1AA632

Text Example


Text Example

White with #1AA632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,166,50); }

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

background-color css

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

 a { background-color: rgb(26,166,50); }

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

border-color css

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

 span { border-color: rgb(26,166,50); }

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