Html Css Color HEX #A9C08E Norway

📋 copy color: '#A9C08E'

red 169 ◦ green 192 ◦ blue 142

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

Shades of Norway #A9C08E

Tints of Norway #A9C08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.23%

R = 33.6%
G = 38.17%
B = 28.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#A9C08E (or 0xA9C08E) is known color: Norway. HEX triplet: A9, C0 and 8E. RGB value is (169,192,142). Sum of RGB (Red+Green+Blue) = 169+192+142=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C08E is #563F71. Grayscale: #B3B3B3. Windows color (decimal): -5652338 or 9355433. OLE color: 9355433.

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

Color convert

RGB 169 192 142 -
CMYK 0.12 0 0.26 0.25
HSL 87.6º 0.28% 0.65% -
HSV(B) 87.6º 0.26% 0.75% -
XYZ 40.09 48.09 32.76 -
YUV 179.42 106.88 120.57 -
System Red Green Blue C M Y K H S L
Decimal 169 192 142 0.12 0 0.26 0.25 87.6 0.28 0.65
Hex A9 C0 8E C 0 1A 19 58 1C 41
Octal 251 300 216 14 0 32 31 130 34 101
Binary 10101001 11000000 10001110 1100 0 11010 11001 1011000 11100 1000001

Color Harmonies of #A9C08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C08E

Black with #A9C08E

Text Example


Text Example

White with #A9C08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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