Html Css Color HEX #AEC390 Norway

📋 copy color: '#AEC390'

red 174 ◦ green 195 ◦ blue 144

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

Shades of Norway #AEC390

Tints of Norway #AEC390

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.01%

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

R = 33.92%
G = 38.01%
B = 28.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#AEC390 (or 0xAEC390) is known color: Norway. HEX triplet: AE, C3 and 90. RGB value is (174,195,144). Sum of RGB (Red+Green+Blue) = 174+195+144=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC390 is #513C6F. Grayscale: #B7B7B7. Windows color (decimal): -5323888 or 9487278. OLE color: 9487278.

HSL color Cylindrical-coordinate representation of color #AEC390: hue angle of 84.71º degrees, saturation: 0.3, 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 #AEC390 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 195 144 -
CMYK 0.11 0 0.26 0.24
HSL 84.71º 0.3% 0.66% -
HSV(B) 84.71º 0.26% 0.76% -
XYZ 42 50.04 33.83 -
YUV 182.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 174 195 144 0.11 0 0.26 0.24 84.71 0.3 0.66
Hex AE C3 90 B 0 1A 18 55 1E 42
Octal 256 303 220 13 0 32 30 125 36 102
Binary 10101110 11000011 10010000 1011 0 11010 11000 1010101 11110 1000010

Color Harmonies of #AEC390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC390

Black with #AEC390

Text Example


Text Example

White with #AEC390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC390; }

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

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

background-color css

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

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

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

border-color css

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

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

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