Html Css Color HEX #AAC393 Norway

📋 copy color: '#AAC393'

red 170 ◦ green 195 ◦ blue 147

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

Shades of Norway #AAC393

Tints of Norway #AAC393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.71%

R = 33.2%
G = 38.09%
B = 28.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#AAC393 (or 0xAAC393) is known color: Norway. HEX triplet: AA, C3 and 93. RGB value is (170,195,147). Sum of RGB (Red+Green+Blue) = 170+195+147=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC393 is #553C6C. Grayscale: #B6B6B6. Windows color (decimal): -5586029 or 9683882. OLE color: 9683882.

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

Color convert

RGB 170 195 147 -
CMYK 0.13 0 0.25 0.24
HSL 91.25º 0.29% 0.67% -
HSV(B) 91.25º 0.25% 0.76% -
XYZ 41.36 49.68 35.01 -
YUV 182.05 108.22 119.4 -
System Red Green Blue C M Y K H S L
Decimal 170 195 147 0.13 0 0.25 0.24 91.25 0.29 0.67
Hex AA C3 93 D 0 19 18 5B 1D 43
Octal 252 303 223 15 0 31 30 133 35 103
Binary 10101010 11000011 10010011 1101 0 11001 11000 1011011 11101 1000011

Color Harmonies of #AAC393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC393

Black with #AAC393

Text Example


Text Example

White with #AAC393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC393; }

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

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

background-color css

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

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

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

border-color css

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

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

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