Html Css Color HEX #A9C48E Norway

📋 copy color: '#A9C48E'

red 169 ◦ green 196 ◦ blue 142

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

Shades of Norway #A9C48E

Tints of Norway #A9C48E

RGB

 RED value IS 169 (66.41% from 255) = 33.33%

 GREEN value IS 196 (76.95% from 255) = 38.66%

 BLUE value IS 142 (55.86% from 255) = 28.01%

R = 33.33%
G = 38.66%
B = 28.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#A9C48E (or 0xA9C48E) is known color: Norway. HEX triplet: A9, C4 and 8E. RGB value is (169,196,142). Sum of RGB (Red+Green+Blue) = 169+196+142=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C48E is #563B71. Grayscale: #B5B5B5. Windows color (decimal): -5651314 or 9356457. OLE color: 9356457.

HSL color Cylindrical-coordinate representation of color #A9C48E: hue angle of 90º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9C48E is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 196 142 -
CMYK 0.14 0 0.28 0.23
HSL 90º 0.31% 0.66% -
HSV(B) 90º 0.28% 0.77% -
XYZ 40.98 49.87 33.06 -
YUV 181.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 169 196 142 0.14 0 0.28 0.23 90 0.31 0.66
Hex A9 C4 8E E 0 1C 17 5A 1F 42
Octal 251 304 216 16 0 34 27 132 37 102
Binary 10101001 11000100 10001110 1110 0 11100 10111 1011010 11111 1000010

Color Harmonies of #A9C48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C48E

Black with #A9C48E

Text Example


Text Example

White with #A9C48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C48E; }

 p { color: rgb(169,196,142); }

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

background-color css

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

 a { background-color: rgb(169,196,142); }

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

border-color css

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

 span { border-color: rgb(169,196,142); }

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