Html Css Color HEX #AEC292 Norway

📋 copy color: '#AEC292'

red 174 ◦ green 194 ◦ blue 146

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

Shades of Norway #AEC292

Tints of Norway #AEC292

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.74%

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

R = 33.85%
G = 37.74%
B = 28.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#AEC292 (or 0xAEC292) is known color: Norway. HEX triplet: AE, C2 and 92. RGB value is (174,194,146). Sum of RGB (Red+Green+Blue) = 174+194+146=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC292 is #513D6D. Grayscale: #B6B6B6. Windows color (decimal): -5324142 or 9618094. OLE color: 9618094.

HSL color Cylindrical-coordinate representation of color #AEC292: hue angle of 85º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEC292 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 146 -
CMYK 0.10 0 0.25 0.24
HSL 85º 0.28% 0.67% -
HSV(B) 85º 0.25% 0.76% -
XYZ 41.94 49.66 34.57 -
YUV 182.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 174 194 146 0.10 0 0.25 0.24 85 0.28 0.67
Hex AE C2 92 A 0 19 18 55 1C 43
Octal 256 302 222 12 0 31 30 125 34 103
Binary 10101110 11000010 10010010 1010 0 11001 11000 1010101 11100 1000011

Color Harmonies of #AEC292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC292

Black with #AEC292

Text Example


Text Example

White with #AEC292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC292; }

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

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

background-color css

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

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

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

border-color css

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

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

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