Html Css Color HEX #AAC58E Norway

📋 copy color: '#AAC58E'

red 170 ◦ green 197 ◦ blue 142

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

Shades of Norway #AAC58E

Tints of Norway #AAC58E

RGB

 RED value IS 170 (66.8% from 255) = 33.4%

 GREEN value IS 197 (77.34% from 255) = 38.7%

 BLUE value IS 142 (55.86% from 255) = 27.9%

R = 33.4%
G = 38.7%
B = 27.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#AAC58E (or 0xAAC58E) is known color: Norway. HEX triplet: AA, C5 and 8E. RGB value is (170,197,142). Sum of RGB (Red+Green+Blue) = 170+197+142=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC58E is #553A71. Grayscale: #B6B6B6. Windows color (decimal): -5585522 or 9356714. OLE color: 9356714.

HSL color Cylindrical-coordinate representation of color #AAC58E: hue angle of 89.45º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAC58E is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 142 -
CMYK 0.14 0 0.28 0.23
HSL 89.45º 0.32% 0.66% -
HSV(B) 89.45º 0.28% 0.77% -
XYZ 41.43 50.43 33.14 -
YUV 182.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 170 197 142 0.14 0 0.28 0.23 89.45 0.32 0.66
Hex AA C5 8E E 0 1C 17 59 20 42
Octal 252 305 216 16 0 34 27 131 40 102
Binary 10101010 11000101 10001110 1110 0 11100 10111 1011001 100000 1000010

Color Harmonies of #AAC58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC58E

Black with #AAC58E

Text Example


Text Example

White with #AAC58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC58E; }

 p { color: rgb(170,197,142); }

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

background-color css

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

 a { background-color: rgb(170,197,142); }

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

border-color css

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

 span { border-color: rgb(170,197,142); }

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