Html Css Color HEX #AAC299 Norway

📋 copy color: '#AAC299'

red 170 ◦ green 194 ◦ blue 153

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

Shades of Norway #AAC299

Tints of Norway #AAC299

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.52%

 BLUE value IS 153 (60.16% from 255) = 29.59%

R = 32.88%
G = 37.52%
B = 29.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#AAC299 (or 0xAAC299) is known color: Norway. HEX triplet: AA, C2 and 99. RGB value is (170,194,153). Sum of RGB (Red+Green+Blue) = 170+194+153=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC299 is #553D66. Grayscale: #B6B6B6. Windows color (decimal): -5586279 or 10076842. OLE color: 10076842.

HSL color Cylindrical-coordinate representation of color #AAC299: hue angle of 95.12º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAC299 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 153 -
CMYK 0.12 0 0.21 0.24
HSL 95.12º 0.25% 0.68% -
HSV(B) 95.12º 0.21% 0.76% -
XYZ 41.62 49.43 37.48 -
YUV 182.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 170 194 153 0.12 0 0.21 0.24 95.12 0.25 0.68
Hex AA C2 99 C 0 15 18 5F 19 44
Octal 252 302 231 14 0 25 30 137 31 104
Binary 10101010 11000010 10011001 1100 0 10101 11000 1011111 11001 1000100

Color Harmonies of #AAC299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC299

Black with #AAC299

Text Example


Text Example

White with #AAC299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC299; }

 p { color: rgb(170,194,153); }

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

background-color css

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

 a { background-color: rgb(170,194,153); }

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

border-color css

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

 span { border-color: rgb(170,194,153); }

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