#A9C28A

Color #A9C28A Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #A9C28A

Tints of Norway #A9C28A

Color information

#A9C28A (or 0xA9C28A) is unknown color: approx Norway. HEX triplet: A9, C2 and 8A. RGB value is (169,194,138). Sum of RGB (Red+Green+Blue) = 169+194+138=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C28A is #563D75. Grayscale: #B4B4B4. Windows color (decimal): -5651830 or 9093801. OLE color: 9093801.

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

Color convert

RGB169194138-
CMYK0.1300.290.24
HSL86.79º31.46%65.1%-
HSV(B)86.79º28.87%76.08%-
XYZ40.2448.8531.35-
YUV180.14104.22120.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 194 (76.17% from 255) = 38.72%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=33.73%
G=38.72%
B=27.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691941380.1300.290.2486.7931.4665.1
HexA9C28AD01D18571f41
Octal251302212150353012737101
Binary1010100111000010100010101101011101110001010111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C28A; }

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

 H1.HeaderClassName
 {
   color: #A9C28A;
 }
 .AnyTagClassName
 {
   color: #A9C28A;
 }
</style>
background-color css

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

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

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

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

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

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