Html Css Color HEX #AEC097 Norway

📋 copy color: '#AEC097'

red 174 ◦ green 192 ◦ blue 151

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

Shades of Norway #AEC097

Tints of Norway #AEC097

RGB

 RED value IS 174 (68.36% from 255) = 33.66%

 GREEN value IS 192 (75.39% from 255) = 37.14%

 BLUE value IS 151 (59.38% from 255) = 29.21%

R = 33.66%
G = 37.14%
B = 29.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#AEC097 (or 0xAEC097) is known color: Norway. HEX triplet: AE, C0 and 97. RGB value is (174,192,151). Sum of RGB (Red+Green+Blue) = 174+192+151=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC097 is #513F68. Grayscale: #B6B6B6. Windows color (decimal): -5324649 or 9945262. OLE color: 9945262.

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

Color convert

RGB 174 192 151 -
CMYK 0.09 0 0.21 0.25
HSL 86.34º 0.25% 0.67% -
HSV(B) 86.34º 0.21% 0.75% -
XYZ 41.89 48.93 36.52 -
YUV 181.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 174 192 151 0.09 0 0.21 0.25 86.34 0.25 0.67
Hex AE C0 97 9 0 15 19 56 19 43
Octal 256 300 227 11 0 25 31 126 31 103
Binary 10101110 11000000 10010111 1001 0 10101 11001 1010110 11001 1000011

Color Harmonies of #AEC097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC097

Black with #AEC097

Text Example


Text Example

White with #AEC097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC097; }

 p { color: rgb(174,192,151); }

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

background-color css

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

 a { background-color: rgb(174,192,151); }

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

border-color css

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

 span { border-color: rgb(174,192,151); }

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