Html Css Color HEX #AEC095 Norway

📋 copy color: '#AEC095'

red 174 ◦ green 192 ◦ blue 149

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

Shades of Norway #AEC095

Tints of Norway #AEC095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.93%

R = 33.79%
G = 37.28%
B = 28.93%

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

#AEC095 (or 0xAEC095) is known color: Norway. HEX triplet: AE, C0 and 95. RGB value is (174,192,149). Sum of RGB (Red+Green+Blue) = 174+192+149=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC095 is #513F6A. Grayscale: #B5B5B5. Windows color (decimal): -5324651 or 9814190. OLE color: 9814190.

HSL color Cylindrical-coordinate representation of color #AEC095: hue angle of 85.12º 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 #AEC095 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 149 -
CMYK 0.09 0 0.22 0.25
HSL 85.12º 0.25% 0.67% -
HSV(B) 85.12º 0.22% 0.75% -
XYZ 41.73 48.87 35.67 -
YUV 181.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 174 192 149 0.09 0 0.22 0.25 85.12 0.25 0.67
Hex AE C0 95 9 0 16 19 55 19 43
Octal 256 300 225 11 0 26 31 125 31 103
Binary 10101110 11000000 10010101 1001 0 10110 11001 1010101 11001 1000011

Color Harmonies of #AEC095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC095

Black with #AEC095

Text Example


Text Example

White with #AEC095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC095; }

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

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

background-color css

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

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

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

border-color css

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

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

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