Html Css Color HEX #A9C68C Norway

📋 copy color: '#A9C68C'

red 169 ◦ green 198 ◦ blue 140

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

Shades of Norway #A9C68C

Tints of Norway #A9C68C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.05%

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 33.33%
G = 39.05%
B = 27.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#A9C68C (or 0xA9C68C) is known color: Norway. HEX triplet: A9, C6 and 8C. RGB value is (169,198,140). Sum of RGB (Red+Green+Blue) = 169+198+140=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C68C is #563973. Grayscale: #B6B6B6. Windows color (decimal): -5650804 or 9225897. OLE color: 9225897.

HSL color Cylindrical-coordinate representation of color #A9C68C: hue angle of 90º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9C68C is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 198 140 -
CMYK 0.15 0 0.29 0.22
HSL 90º 0.34% 0.66% -
HSV(B) 90º 0.29% 0.78% -
XYZ 41.29 50.72 32.42 -
YUV 182.72 103.89 118.22 -
System Red Green Blue C M Y K H S L
Decimal 169 198 140 0.15 0 0.29 0.22 90 0.34 0.66
Hex A9 C6 8C F 0 1D 16 5A 22 42
Octal 251 306 214 17 0 35 26 132 42 102
Binary 10101001 11000110 10001100 1111 0 11101 10110 1011010 100010 1000010

Color Harmonies of #A9C68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C68C

Black with #A9C68C

Text Example


Text Example

White with #A9C68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C68C; }

 p { color: rgb(169,198,140); }

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

background-color css

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

 a { background-color: rgb(169,198,140); }

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

border-color css

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

 span { border-color: rgb(169,198,140); }

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