Html Css Color HEX #AABF9A Norway

📋 copy color: '#AABF9A'

red 170 ◦ green 191 ◦ blue 154

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

Shades of Norway #AABF9A

Tints of Norway #AABF9A

RGB

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

 GREEN value IS 191 (75% from 255) = 37.09%

 BLUE value IS 154 (60.55% from 255) = 29.9%

R = 33.01%
G = 37.09%
B = 29.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#AABF9A (or 0xAABF9A) is known color: Norway. HEX triplet: AA, BF and 9A. RGB value is (170,191,154). Sum of RGB (Red+Green+Blue) = 170+191+154=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF9A is #554065. Grayscale: #B4B4B4. Windows color (decimal): -5587046 or 10141610. OLE color: 10141610.

HSL color Cylindrical-coordinate representation of color #AABF9A: hue angle of 94.05º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AABF9A is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 191 154 -
CMYK 0.11 0 0.19 0.25
HSL 94.05º 0.22% 0.68% -
HSV(B) 94.05º 0.19% 0.75% -
XYZ 41.04 48.14 37.7 -
YUV 180.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 170 191 154 0.11 0 0.19 0.25 94.05 0.22 0.68
Hex AA BF 9A B 0 13 19 5E 16 44
Octal 252 277 232 13 0 23 31 136 26 104
Binary 10101010 10111111 10011010 1011 0 10011 11001 1011110 10110 1000100

Color Harmonies of #AABF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF9A

Black with #AABF9A

Text Example


Text Example

White with #AABF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF9A; }

 p { color: rgb(170,191,154); }

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

background-color css

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

 a { background-color: rgb(170,191,154); }

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

border-color css

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

 span { border-color: rgb(170,191,154); }

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