Html Css Color HEX #AAC78C Norway

📋 copy color: '#AAC78C'

red 170 ◦ green 199 ◦ blue 140

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

Shades of Norway #AAC78C

Tints of Norway #AAC78C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.5%

R = 33.4%
G = 39.1%
B = 27.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#AAC78C (or 0xAAC78C) is known color: Norway. HEX triplet: AA, C7 and 8C. RGB value is (170,199,140). Sum of RGB (Red+Green+Blue) = 170+199+140=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC78C is #553873. Grayscale: #B7B7B7. Windows color (decimal): -5585012 or 9226154. OLE color: 9226154.

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

Color convert

RGB 170 199 140 -
CMYK 0.15 0 0.30 0.22
HSL 89.49º 0.35% 0.66% -
HSV(B) 89.49º 0.3% 0.78% -
XYZ 41.73 51.29 32.51 -
YUV 183.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 170 199 140 0.15 0 0.30 0.22 89.49 0.35 0.66
Hex AA C7 8C F 0 1E 16 59 23 42
Octal 252 307 214 17 0 36 26 131 43 102
Binary 10101010 11000111 10001100 1111 0 11110 10110 1011001 100011 1000010

Color Harmonies of #AAC78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC78C

Black with #AAC78C

Text Example


Text Example

White with #AAC78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC78C; }

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

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

background-color css

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

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

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

border-color css

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

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

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