Html Css Color HEX #AABF94 Norway

📋 copy color: '#AABF94'

red 170 ◦ green 191 ◦ blue 148

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

Shades of Norway #AABF94

Tints of Norway #AABF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.08%

R = 33.4%
G = 37.52%
B = 29.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#AABF94 (or 0xAABF94) is known color: Norway. HEX triplet: AA, BF and 94. RGB value is (170,191,148). Sum of RGB (Red+Green+Blue) = 170+191+148=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF94 is #55406B. Grayscale: #B3B3B3. Windows color (decimal): -5587052 or 9748394. OLE color: 9748394.

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

Color convert

RGB 170 191 148 -
CMYK 0.11 0 0.23 0.25
HSL 89.3º 0.25% 0.66% -
HSV(B) 89.3º 0.23% 0.75% -
XYZ 40.55 47.95 35.13 -
YUV 179.82 110.04 121 -
System Red Green Blue C M Y K H S L
Decimal 170 191 148 0.11 0 0.23 0.25 89.3 0.25 0.66
Hex AA BF 94 B 0 17 19 59 19 42
Octal 252 277 224 13 0 27 31 131 31 102
Binary 10101010 10111111 10010100 1011 0 10111 11001 1011001 11001 1000010

Color Harmonies of #AABF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF94

Black with #AABF94

Text Example


Text Example

White with #AABF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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