Html Css Color HEX #AEC092 Norway

📋 copy color: '#AEC092'

red 174 ◦ green 192 ◦ blue 146

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

Shades of Norway #AEC092

Tints of Norway #AEC092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.52%

R = 33.98%
G = 37.5%
B = 28.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#AEC092 (or 0xAEC092) is known color: Norway. HEX triplet: AE, C0 and 92. RGB value is (174,192,146). Sum of RGB (Red+Green+Blue) = 174+192+146=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC092 is #513F6D. Grayscale: #B5B5B5. Windows color (decimal): -5324654 or 9617582. OLE color: 9617582.

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

Color convert

RGB 174 192 146 -
CMYK 0.09 0 0.24 0.25
HSL 83.48º 0.27% 0.66% -
HSV(B) 83.48º 0.24% 0.75% -
XYZ 41.49 48.77 34.42 -
YUV 181.37 108.04 122.74 -
System Red Green Blue C M Y K H S L
Decimal 174 192 146 0.09 0 0.24 0.25 83.48 0.27 0.66
Hex AE C0 92 9 0 18 19 53 1B 42
Octal 256 300 222 11 0 30 31 123 33 102
Binary 10101110 11000000 10010010 1001 0 11000 11001 1010011 11011 1000010

Color Harmonies of #AEC092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC092

Black with #AEC092

Text Example


Text Example

White with #AEC092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC092; }

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

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

background-color css

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

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

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

border-color css

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

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

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