Html Css Color HEX #AAC78A Norway

📋 copy color: '#AAC78A'

red 170 ◦ green 199 ◦ blue 138

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

Shades of Norway #AAC78A

Tints of Norway #AAC78A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.22%

R = 33.53%
G = 39.25%
B = 27.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#AAC78A (or 0xAAC78A) is known color: Norway. HEX triplet: AA, C7 and 8A. RGB value is (170,199,138). Sum of RGB (Red+Green+Blue) = 170+199+138=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC78A is #553875. Grayscale: #B7B7B7. Windows color (decimal): -5585014 or 9095082. OLE color: 9095082.

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

Color convert

RGB 170 199 138 -
CMYK 0.15 0 0.31 0.22
HSL 88.52º 0.35% 0.66% -
HSV(B) 88.52º 0.31% 0.78% -
XYZ 41.59 51.23 31.74 -
YUV 183.38 102.39 118.46 -
System Red Green Blue C M Y K H S L
Decimal 170 199 138 0.15 0 0.31 0.22 88.52 0.35 0.66
Hex AA C7 8A F 0 1F 16 59 23 42
Octal 252 307 212 17 0 37 26 131 43 102
Binary 10101010 11000111 10001010 1111 0 11111 10110 1011001 100011 1000010

Color Harmonies of #AAC78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC78A

Black with #AAC78A

Text Example


Text Example

White with #AAC78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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