Html Css Color HEX #AAC592 Norway

📋 copy color: '#AAC592'

red 170 ◦ green 197 ◦ blue 146

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

Shades of Norway #AAC592

Tints of Norway #AAC592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.46%

R = 33.14%
G = 38.4%
B = 28.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#AAC592 (or 0xAAC592) is known color: Norway. HEX triplet: AA, C5 and 92. RGB value is (170,197,146). Sum of RGB (Red+Green+Blue) = 170+197+146=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC592 is #553A6D. Grayscale: #B7B7B7. Windows color (decimal): -5585518 or 9618858. OLE color: 9618858.

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

Color convert

RGB 170 197 146 -
CMYK 0.14 0 0.26 0.23
HSL 91.76º 0.31% 0.67% -
HSV(B) 91.76º 0.26% 0.77% -
XYZ 41.73 50.55 34.75 -
YUV 183.11 107.05 118.65 -
System Red Green Blue C M Y K H S L
Decimal 170 197 146 0.14 0 0.26 0.23 91.76 0.31 0.67
Hex AA C5 92 E 0 1A 17 5C 1F 43
Octal 252 305 222 16 0 32 27 134 37 103
Binary 10101010 11000101 10010010 1110 0 11010 10111 1011100 11111 1000011

Color Harmonies of #AAC592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC592

Black with #AAC592

Text Example


Text Example

White with #AAC592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC592; }

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

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

background-color css

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

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

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

border-color css

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

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

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