Html Css Color HEX #AAC38D Norway

📋 copy color: '#AAC38D'

red 170 ◦ green 195 ◦ blue 141

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

Shades of Norway #AAC38D

Tints of Norway #AAC38D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.54%

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

R = 33.6%
G = 38.54%
B = 27.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#AAC38D (or 0xAAC38D) is known color: Norway. HEX triplet: AA, C3 and 8D. RGB value is (170,195,141). Sum of RGB (Red+Green+Blue) = 170+195+141=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC38D is #553C72. Grayscale: #B5B5B5. Windows color (decimal): -5586035 or 9290666. OLE color: 9290666.

HSL color Cylindrical-coordinate representation of color #AAC38D: hue angle of 87.78º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAC38D is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 195 141 -
CMYK 0.13 0 0.28 0.24
HSL 87.78º 0.31% 0.66% -
HSV(B) 87.78º 0.28% 0.76% -
XYZ 40.9 49.5 32.6 -
YUV 181.37 105.22 119.89 -
System Red Green Blue C M Y K H S L
Decimal 170 195 141 0.13 0 0.28 0.24 87.78 0.31 0.66
Hex AA C3 8D D 0 1C 18 58 1F 42
Octal 252 303 215 15 0 34 30 130 37 102
Binary 10101010 11000011 10001101 1101 0 11100 11000 1011000 11111 1000010

Color Harmonies of #AAC38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC38D

Black with #AAC38D

Text Example


Text Example

White with #AAC38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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