Html Css Color HEX #AEC290 Norway

📋 copy color: '#AEC290'

red 174 ◦ green 194 ◦ blue 144

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

Shades of Norway #AEC290

Tints of Norway #AEC290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.13%

R = 33.98%
G = 37.89%
B = 28.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#AEC290 (or 0xAEC290) is known color: Norway. HEX triplet: AE, C2 and 90. RGB value is (174,194,144). Sum of RGB (Red+Green+Blue) = 174+194+144=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC290 is #513D6F. Grayscale: #B6B6B6. Windows color (decimal): -5324144 or 9487022. OLE color: 9487022.

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

Color convert

RGB 174 194 144 -
CMYK 0.10 0 0.26 0.24
HSL 84º 0.29% 0.66% -
HSV(B) 84º 0.26% 0.76% -
XYZ 41.78 49.6 33.76 -
YUV 182.32 106.37 122.07 -
System Red Green Blue C M Y K H S L
Decimal 174 194 144 0.10 0 0.26 0.24 84 0.29 0.66
Hex AE C2 90 A 0 1A 18 54 1D 42
Octal 256 302 220 12 0 32 30 124 35 102
Binary 10101110 11000010 10010000 1010 0 11010 11000 1010100 11101 1000010

Color Harmonies of #AEC290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC290

Black with #AEC290

Text Example


Text Example

White with #AEC290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC290; }

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

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

background-color css

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

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

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

border-color css

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

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

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