Html Css Color HEX #AAC88A Norway

📋 copy color: '#AAC88A'

red 170 ◦ green 200 ◦ blue 138

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

Shades of Norway #AAC88A

Tints of Norway #AAC88A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.37%

 BLUE value IS 138 (54.3% from 255) = 27.17%

R = 33.46%
G = 39.37%
B = 27.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#AAC88A (or 0xAAC88A) is known color: Norway. HEX triplet: AA, C8 and 8A. RGB value is (170,200,138). Sum of RGB (Red+Green+Blue) = 170+200+138=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC88A is #553775. Grayscale: #B8B8B8. Windows color (decimal): -5584758 or 9095338. OLE color: 9095338.

HSL color Cylindrical-coordinate representation of color #AAC88A: hue angle of 89.03º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC88A is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 200 138 -
CMYK 0.15 0 0.31 0.22
HSL 89.03º 0.36% 0.66% -
HSV(B) 89.03º 0.31% 0.78% -
XYZ 41.82 51.69 31.82 -
YUV 183.96 102.06 118.04 -
System Red Green Blue C M Y K H S L
Decimal 170 200 138 0.15 0 0.31 0.22 89.03 0.36 0.66
Hex AA C8 8A F 0 1F 16 59 24 42
Octal 252 310 212 17 0 37 26 131 44 102
Binary 10101010 11001000 10001010 1111 0 11111 10110 1011001 100100 1000010

Color Harmonies of #AAC88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC88A

Black with #AAC88A

Text Example


Text Example

White with #AAC88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC88A; }

 p { color: rgb(170,200,138); }

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

background-color css

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

 a { background-color: rgb(170,200,138); }

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

border-color css

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

 span { border-color: rgb(170,200,138); }

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