Html Css Color HEX #AAC395 Norway

📋 copy color: '#AAC395'

red 170 ◦ green 195 ◦ blue 149

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

Shades of Norway #AAC395

Tints of Norway #AAC395

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.94%

 BLUE value IS 149 (58.59% from 255) = 28.99%

R = 33.07%
G = 37.94%
B = 28.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#AAC395 (or 0xAAC395) is known color: Norway. HEX triplet: AA, C3 and 95. RGB value is (170,195,149). Sum of RGB (Red+Green+Blue) = 170+195+149=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC395 is #553C6A. Grayscale: #B6B6B6. Windows color (decimal): -5586027 or 9814954. OLE color: 9814954.

HSL color Cylindrical-coordinate representation of color #AAC395: hue angle of 92.61º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAC395 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 195 149 -
CMYK 0.13 0 0.24 0.24
HSL 92.61º 0.28% 0.67% -
HSV(B) 92.61º 0.24% 0.76% -
XYZ 41.52 49.75 35.85 -
YUV 182.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 170 195 149 0.13 0 0.24 0.24 92.61 0.28 0.67
Hex AA C3 95 D 0 18 18 5D 1C 43
Octal 252 303 225 15 0 30 30 135 34 103
Binary 10101010 11000011 10010101 1101 0 11000 11000 1011101 11100 1000011

Color Harmonies of #AAC395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC395

Black with #AAC395

Text Example


Text Example

White with #AAC395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC395; }

 p { color: rgb(170,195,149); }

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

background-color css

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

 a { background-color: rgb(170,195,149); }

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

border-color css

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

 span { border-color: rgb(170,195,149); }

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