Html Css Color HEX #A9C28D Norway

📋 copy color: '#A9C28D'

red 169 ◦ green 194 ◦ blue 141

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

Shades of Norway #A9C28D

Tints of Norway #A9C28D

RGB

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

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

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

R = 33.53%
G = 38.49%
B = 27.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#A9C28D (or 0xA9C28D) is known color: Norway. HEX triplet: A9, C2 and 8D. RGB value is (169,194,141). Sum of RGB (Red+Green+Blue) = 169+194+141=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C28D is #563D72. Grayscale: #B4B4B4. Windows color (decimal): -5651827 or 9290409. OLE color: 9290409.

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

Color convert

RGB 169 194 141 -
CMYK 0.13 0 0.27 0.24
HSL 88.3º 0.3% 0.66% -
HSV(B) 88.3º 0.27% 0.76% -
XYZ 40.46 48.94 32.51 -
YUV 180.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 169 194 141 0.13 0 0.27 0.24 88.3 0.3 0.66
Hex A9 C2 8D D 0 1B 18 58 1E 42
Octal 251 302 215 15 0 33 30 130 36 102
Binary 10101001 11000010 10001101 1101 0 11011 11000 1011000 11110 1000010

Color Harmonies of #A9C28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C28D

Black with #A9C28D

Text Example


Text Example

White with #A9C28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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