Html Css Color HEX #AEC190 Norway

📋 copy color: '#AEC190'

red 174 ◦ green 193 ◦ blue 144

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

Shades of Norway #AEC190

Tints of Norway #AEC190

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.77%

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

R = 34.05%
G = 37.77%
B = 28.18%

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

#AEC190 (or 0xAEC190) is known color: Norway. HEX triplet: AE, C1 and 90. RGB value is (174,193,144). Sum of RGB (Red+Green+Blue) = 174+193+144=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC190 is #513E6F. Grayscale: #B5B5B5. Windows color (decimal): -5324400 or 9486766. OLE color: 9486766.

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

Color convert

RGB 174 193 144 -
CMYK 0.10 0 0.25 0.24
HSL 83.27º 0.28% 0.66% -
HSV(B) 83.27º 0.25% 0.76% -
XYZ 41.56 49.15 33.68 -
YUV 181.73 106.71 122.48 -
System Red Green Blue C M Y K H S L
Decimal 174 193 144 0.10 0 0.25 0.24 83.27 0.28 0.66
Hex AE C1 90 A 0 19 18 53 1C 42
Octal 256 301 220 12 0 31 30 123 34 102
Binary 10101110 11000001 10010000 1010 0 11001 11000 1010011 11100 1000010

Color Harmonies of #AEC190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC190

Black with #AEC190

Text Example


Text Example

White with #AEC190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC190; }

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

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

background-color css

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

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

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

border-color css

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

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

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