Html Css Color HEX #AAC788 Norway

📋 copy color: '#AAC788'

red 170 ◦ green 199 ◦ blue 136

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

Shades of Norway #AAC788

Tints of Norway #AAC788

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.41%

 BLUE value IS 136 (53.52% from 255) = 26.93%

R = 33.66%
G = 39.41%
B = 26.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#AAC788 (or 0xAAC788) is known color: Norway. HEX triplet: AA, C7 and 88. RGB value is (170,199,136). Sum of RGB (Red+Green+Blue) = 170+199+136=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC788 is #553877. Grayscale: #B7B7B7. Windows color (decimal): -5585016 or 8964010. OLE color: 8964010.

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

Color convert

RGB 170 199 136 -
CMYK 0.15 0 0.32 0.22
HSL 87.62º 0.36% 0.66% -
HSV(B) 87.62º 0.32% 0.78% -
XYZ 41.44 51.17 30.99 -
YUV 183.15 101.39 118.62 -
System Red Green Blue C M Y K H S L
Decimal 170 199 136 0.15 0 0.32 0.22 87.62 0.36 0.66
Hex AA C7 88 F 0 20 16 58 24 42
Octal 252 307 210 17 0 40 26 130 44 102
Binary 10101010 11000111 10001000 1111 0 100000 10110 1011000 100100 1000010

Color Harmonies of #AAC788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC788

Black with #AAC788

Text Example


Text Example

White with #AAC788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC788; }

 p { color: rgb(170,199,136); }

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

background-color css

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

 a { background-color: rgb(170,199,136); }

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

border-color css

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

 span { border-color: rgb(170,199,136); }

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