Html Css Color HEX #A9C48D Norway

📋 copy color: '#A9C48D'

red 169 ◦ green 196 ◦ blue 141

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

Shades of Norway #A9C48D

Tints of Norway #A9C48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 33.4%
G = 38.74%
B = 27.87%

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

#A9C48D (or 0xA9C48D) is known color: Norway. HEX triplet: A9, C4 and 8D. RGB value is (169,196,141). Sum of RGB (Red+Green+Blue) = 169+196+141=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C48D is #563B72. Grayscale: #B5B5B5. Windows color (decimal): -5651315 or 9290921. OLE color: 9290921.

HSL color Cylindrical-coordinate representation of color #A9C48D: hue angle of 89.45º degrees, saturation: 0.32, 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 #A9C48D is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 196 141 -
CMYK 0.14 0 0.28 0.23
HSL 89.45º 0.32% 0.66% -
HSV(B) 89.45º 0.28% 0.77% -
XYZ 40.91 49.84 32.66 -
YUV 181.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 169 196 141 0.14 0 0.28 0.23 89.45 0.32 0.66
Hex A9 C4 8D E 0 1C 17 59 20 42
Octal 251 304 215 16 0 34 27 131 40 102
Binary 10101001 11000100 10001101 1110 0 11100 10111 1011001 100000 1000010

Color Harmonies of #A9C48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C48D

Black with #A9C48D

Text Example


Text Example

White with #A9C48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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