#A9C38A

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

Shades of Norway #A9C38A

Tints of Norway #A9C38A

Color information

#A9C38A (or 0xA9C38A) is unknown color: approx Norway. HEX triplet: A9, C3 and 8A. RGB value is (169,195,138). Sum of RGB (Red+Green+Blue) = 169+195+138=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C38A is #563C75. Grayscale: #B4B4B4. Windows color (decimal): -5651574 or 9094057. OLE color: 9094057.

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

Color convert

RGB169195138-
CMYK0.1300.290.24
HSL87.37º32.2%65.29%-
HSV(B)87.37º29.23%76.47%-
XYZ40.4649.331.43-
YUV180.73103.89119.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.67%
GREEN value IS 195 (76.56% from 255) = 38.84%
BLUE value IS 138 (54.30% from 255) = 27.49%
R=33.67%
G=38.84%
B=27.49%

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
Decimal1691951380.1300.290.2487.3732.265.29
HexA9C38AD01D18572041
Octal251303212150353012740101
Binary10101001110000111000101011010111011100010101111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C38A; }

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

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

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

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

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

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

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

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