Html Css Color HEX #AABF93 Norway

📋 copy color: '#AABF93'

red 170 ◦ green 191 ◦ blue 147

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

Shades of Norway #AABF93

Tints of Norway #AABF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.94%

R = 33.46%
G = 37.6%
B = 28.94%

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

#AABF93 (or 0xAABF93) is known color: Norway. HEX triplet: AA, BF and 93. RGB value is (170,191,147). Sum of RGB (Red+Green+Blue) = 170+191+147=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF93 is #55406C. Grayscale: #B3B3B3. Windows color (decimal): -5587053 or 9682858. OLE color: 9682858.

HSL color Cylindrical-coordinate representation of color #AABF93: hue angle of 88.64º degrees, saturation: 0.26, 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 #AABF93 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 191 147 -
CMYK 0.11 0 0.23 0.25
HSL 88.64º 0.26% 0.66% -
HSV(B) 88.64º 0.23% 0.75% -
XYZ 40.47 47.91 34.72 -
YUV 179.71 109.54 121.08 -
System Red Green Blue C M Y K H S L
Decimal 170 191 147 0.11 0 0.23 0.25 88.64 0.26 0.66
Hex AA BF 93 B 0 17 19 59 1A 42
Octal 252 277 223 13 0 27 31 131 32 102
Binary 10101010 10111111 10010011 1011 0 10111 11001 1011001 11010 1000010

Color Harmonies of #AABF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF93

Black with #AABF93

Text Example


Text Example

White with #AABF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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