Html Css Color HEX #AEC094 Norway

📋 copy color: '#AEC094'

red 174 ◦ green 192 ◦ blue 148

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

Shades of Norway #AEC094

Tints of Norway #AEC094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.79%

R = 33.85%
G = 37.35%
B = 28.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#AEC094 (or 0xAEC094) is known color: Norway. HEX triplet: AE, C0 and 94. RGB value is (174,192,148). Sum of RGB (Red+Green+Blue) = 174+192+148=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC094 is #513F6B. Grayscale: #B5B5B5. Windows color (decimal): -5324652 or 9748654. OLE color: 9748654.

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

Color convert

RGB 174 192 148 -
CMYK 0.09 0 0.23 0.25
HSL 84.55º 0.26% 0.67% -
HSV(B) 84.55º 0.23% 0.75% -
XYZ 41.65 48.84 35.25 -
YUV 181.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 174 192 148 0.09 0 0.23 0.25 84.55 0.26 0.67
Hex AE C0 94 9 0 17 19 55 1A 43
Octal 256 300 224 11 0 27 31 125 32 103
Binary 10101110 11000000 10010100 1001 0 10111 11001 1010101 11010 1000011

Color Harmonies of #AEC094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC094

Black with #AEC094

Text Example


Text Example

White with #AEC094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC094; }

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

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

background-color css

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

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

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

border-color css

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

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

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