Html Css Color HEX #AEC096 Norway

📋 copy color: '#AEC096'

red 174 ◦ green 192 ◦ blue 150

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

Shades of Norway #AEC096

Tints of Norway #AEC096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.07%

R = 33.72%
G = 37.21%
B = 29.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#AEC096 (or 0xAEC096) is known color: Norway. HEX triplet: AE, C0 and 96. RGB value is (174,192,150). Sum of RGB (Red+Green+Blue) = 174+192+150=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC096 is #513F69. Grayscale: #B5B5B5. Windows color (decimal): -5324650 or 9879726. OLE color: 9879726.

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

Color convert

RGB 174 192 150 -
CMYK 0.09 0 0.22 0.25
HSL 85.71º 0.25% 0.67% -
HSV(B) 85.71º 0.22% 0.75% -
XYZ 41.81 48.9 36.09 -
YUV 181.83 110.04 122.42 -
System Red Green Blue C M Y K H S L
Decimal 174 192 150 0.09 0 0.22 0.25 85.71 0.25 0.67
Hex AE C0 96 9 0 16 19 56 19 43
Octal 256 300 226 11 0 26 31 126 31 103
Binary 10101110 11000000 10010110 1001 0 10110 11001 1010110 11001 1000011

Color Harmonies of #AEC096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC096

Black with #AEC096

Text Example


Text Example

White with #AEC096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC096; }

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

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

background-color css

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

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

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

border-color css

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

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

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