Html Css Color HEX #A9C08D Norway

📋 copy color: '#A9C08D'

red 169 ◦ green 192 ◦ blue 141

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

Shades of Norway #A9C08D

Tints of Norway #A9C08D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.25%

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

R = 33.67%
G = 38.25%
B = 28.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#A9C08D (or 0xA9C08D) is known color: Norway. HEX triplet: A9, C0 and 8D. RGB value is (169,192,141). Sum of RGB (Red+Green+Blue) = 169+192+141=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C08D is #563F72. Grayscale: #B3B3B3. Windows color (decimal): -5652339 or 9289897. OLE color: 9289897.

HSL color Cylindrical-coordinate representation of color #A9C08D: hue angle of 87.06º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9C08D is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 192 141 -
CMYK 0.12 0 0.27 0.25
HSL 87.06º 0.29% 0.65% -
HSV(B) 87.06º 0.27% 0.75% -
XYZ 40.02 48.06 32.37 -
YUV 179.31 106.38 120.65 -
System Red Green Blue C M Y K H S L
Decimal 169 192 141 0.12 0 0.27 0.25 87.06 0.29 0.65
Hex A9 C0 8D C 0 1B 19 57 1D 41
Octal 251 300 215 14 0 33 31 127 35 101
Binary 10101001 11000000 10001101 1100 0 11011 11001 1010111 11101 1000001

Color Harmonies of #A9C08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C08D

Black with #A9C08D

Text Example


Text Example

White with #A9C08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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