Html Css Color HEX #AAC88F Norway

📋 copy color: '#AAC88F'

red 170 ◦ green 200 ◦ blue 143

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

Shades of Norway #AAC88F

Tints of Norway #AAC88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.88%

R = 33.14%
G = 38.99%
B = 27.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#AAC88F (or 0xAAC88F) is known color: Norway. HEX triplet: AA, C8 and 8F. RGB value is (170,200,143). Sum of RGB (Red+Green+Blue) = 170+200+143=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC88F is #553770. Grayscale: #B8B8B8. Windows color (decimal): -5584753 or 9423018. OLE color: 9423018.

HSL color Cylindrical-coordinate representation of color #AAC88F: hue angle of 91.58º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC88F is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 200 143 -
CMYK 0.15 0 0.28 0.22
HSL 91.58º 0.34% 0.67% -
HSV(B) 91.58º 0.29% 0.78% -
XYZ 42.19 51.84 33.77 -
YUV 184.53 104.56 117.63 -
System Red Green Blue C M Y K H S L
Decimal 170 200 143 0.15 0 0.28 0.22 91.58 0.34 0.67
Hex AA C8 8F F 0 1C 16 5C 22 43
Octal 252 310 217 17 0 34 26 134 42 103
Binary 10101010 11001000 10001111 1111 0 11100 10110 1011100 100010 1000011

Color Harmonies of #AAC88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC88F

Black with #AAC88F

Text Example


Text Example

White with #AAC88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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