Html Css Color HEX #AAC38E Norway

📋 copy color: '#AAC38E'

red 170 ◦ green 195 ◦ blue 142

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

Shades of Norway #AAC38E

Tints of Norway #AAC38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.01%

R = 33.53%
G = 38.46%
B = 28.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#AAC38E (or 0xAAC38E) is known color: Norway. HEX triplet: AA, C3 and 8E. RGB value is (170,195,142). Sum of RGB (Red+Green+Blue) = 170+195+142=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC38E is #553C71. Grayscale: #B5B5B5. Windows color (decimal): -5586034 or 9356202. OLE color: 9356202.

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

Color convert

RGB 170 195 142 -
CMYK 0.13 0 0.27 0.24
HSL 88.3º 0.31% 0.66% -
HSV(B) 88.3º 0.27% 0.76% -
XYZ 40.98 49.53 32.99 -
YUV 181.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 170 195 142 0.13 0 0.27 0.24 88.3 0.31 0.66
Hex AA C3 8E D 0 1B 18 58 1F 42
Octal 252 303 216 15 0 33 30 130 37 102
Binary 10101010 11000011 10001110 1101 0 11011 11000 1011000 11111 1000010

Color Harmonies of #AAC38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC38E

Black with #AAC38E

Text Example


Text Example

White with #AAC38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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