Html Css Color HEX #AEC291 Norway

📋 copy color: '#AEC291'

red 174 ◦ green 194 ◦ blue 145

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

Shades of Norway #AEC291

Tints of Norway #AEC291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.27%

R = 33.92%
G = 37.82%
B = 28.27%

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

#AEC291 (or 0xAEC291) is known color: Norway. HEX triplet: AE, C2 and 91. RGB value is (174,194,145). Sum of RGB (Red+Green+Blue) = 174+194+145=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC291 is #513D6E. Grayscale: #B6B6B6. Windows color (decimal): -5324143 or 9552558. OLE color: 9552558.

HSL color Cylindrical-coordinate representation of color #AEC291: hue angle of 84.49º degrees, saturation: 0.29, 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 #AEC291 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 145 -
CMYK 0.10 0 0.25 0.24
HSL 84.49º 0.29% 0.66% -
HSV(B) 84.49º 0.25% 0.76% -
XYZ 41.86 49.63 34.16 -
YUV 182.43 106.87 121.98 -
System Red Green Blue C M Y K H S L
Decimal 174 194 145 0.10 0 0.25 0.24 84.49 0.29 0.66
Hex AE C2 91 A 0 19 18 54 1D 42
Octal 256 302 221 12 0 31 30 124 35 102
Binary 10101110 11000010 10010001 1010 0 11001 11000 1010100 11101 1000010

Color Harmonies of #AEC291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC291

Black with #AEC291

Text Example


Text Example

White with #AEC291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC291; }

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

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

background-color css

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

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

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

border-color css

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

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

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