Html Css Color HEX #AAC598 Norway

📋 copy color: '#AAC598'

red 170 ◦ green 197 ◦ blue 152

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

Shades of Norway #AAC598

Tints of Norway #AAC598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.29%

R = 32.76%
G = 37.96%
B = 29.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#AAC598 (or 0xAAC598) is known color: Norway. HEX triplet: AA, C5 and 98. RGB value is (170,197,152). Sum of RGB (Red+Green+Blue) = 170+197+152=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC598 is #553A67. Grayscale: #B7B7B7. Windows color (decimal): -5585512 or 10012074. OLE color: 10012074.

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

Color convert

RGB 170 197 152 -
CMYK 0.14 0 0.23 0.23
HSL 96º 0.28% 0.68% -
HSV(B) 96º 0.23% 0.77% -
XYZ 42.21 50.75 37.28 -
YUV 183.8 110.05 118.16 -
System Red Green Blue C M Y K H S L
Decimal 170 197 152 0.14 0 0.23 0.23 96 0.28 0.68
Hex AA C5 98 E 0 17 17 60 1C 44
Octal 252 305 230 16 0 27 27 140 34 104
Binary 10101010 11000101 10011000 1110 0 10111 10111 1100000 11100 1000100

Color Harmonies of #AAC598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC598

Black with #AAC598

Text Example


Text Example

White with #AAC598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC598; }

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

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

background-color css

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

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

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

border-color css

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

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

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