Html Css Color HEX #AAC68D Norway

📋 copy color: '#AAC68D'

red 170 ◦ green 198 ◦ blue 141

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

Shades of Norway #AAC68D

Tints of Norway #AAC68D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.9%

 BLUE value IS 141 (55.47% from 255) = 27.7%

R = 33.4%
G = 38.9%
B = 27.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#AAC68D (or 0xAAC68D) is known color: Norway. HEX triplet: AA, C6 and 8D. RGB value is (170,198,141). Sum of RGB (Red+Green+Blue) = 170+198+141=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC68D is #553972. Grayscale: #B7B7B7. Windows color (decimal): -5585267 or 9291434. OLE color: 9291434.

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

Color convert

RGB 170 198 141 -
CMYK 0.14 0 0.29 0.22
HSL 89.47º 0.33% 0.66% -
HSV(B) 89.47º 0.29% 0.78% -
XYZ 41.58 50.86 32.82 -
YUV 183.13 104.22 118.63 -
System Red Green Blue C M Y K H S L
Decimal 170 198 141 0.14 0 0.29 0.22 89.47 0.33 0.66
Hex AA C6 8D E 0 1D 16 59 21 42
Octal 252 306 215 16 0 35 26 131 41 102
Binary 10101010 11000110 10001101 1110 0 11101 10110 1011001 100001 1000010

Color Harmonies of #AAC68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC68D

Black with #AAC68D

Text Example


Text Example

White with #AAC68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC68D; }

 p { color: rgb(170,198,141); }

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

background-color css

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

 a { background-color: rgb(170,198,141); }

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

border-color css

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

 span { border-color: rgb(170,198,141); }

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