Html Css Color HEX #AABF91 Norway

📋 copy color: '#AABF91'

red 170 ◦ green 191 ◦ blue 145

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

Shades of Norway #AABF91

Tints of Norway #AABF91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.66%

R = 33.6%
G = 37.75%
B = 28.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#AABF91 (or 0xAABF91) is known color: Norway. HEX triplet: AA, BF and 91. RGB value is (170,191,145). Sum of RGB (Red+Green+Blue) = 170+191+145=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF91 is #55406E. Grayscale: #B3B3B3. Windows color (decimal): -5587055 or 9551786. OLE color: 9551786.

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

Color convert

RGB 170 191 145 -
CMYK 0.11 0 0.24 0.25
HSL 87.39º 0.26% 0.66% -
HSV(B) 87.39º 0.24% 0.75% -
XYZ 40.32 47.85 33.9 -
YUV 179.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 170 191 145 0.11 0 0.24 0.25 87.39 0.26 0.66
Hex AA BF 91 B 0 18 19 57 1A 42
Octal 252 277 221 13 0 30 31 127 32 102
Binary 10101010 10111111 10010001 1011 0 11000 11001 1010111 11010 1000010

Color Harmonies of #AABF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF91

Black with #AABF91

Text Example


Text Example

White with #AABF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF91; }

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

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

background-color css

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

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

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

border-color css

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

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

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