#ADC099

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

Shades of Norway #ADC099

Tints of Norway #ADC099

Color information

#ADC099 (or 0xADC099) is unknown color: approx Norway. HEX triplet: AD, C0 and 99. RGB value is (173,192,153). Sum of RGB (Red+Green+Blue) = 173+192+153=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC099 is #523F66. Grayscale: #B6B6B6. Windows color (decimal): -5390183 or 10076333. OLE color: 10076333.

HSL color Cylindrical-coordinate representation of color #ADC099: hue angle of 89.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADC099 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB173192153-
CMYK0.1000.200.25
HSL89.23º23.64%67.65%-
HSV(B)89.23º20.31%75.29%-
XYZ41.8348.8837.37-
YUV181.87111.71121.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 192 (75.39% from 255) = 37.07%
BLUE value IS 153 (60.16% from 255) = 29.54%
R=33.40%
G=37.07%
B=29.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921530.1000.200.2589.2323.6467.65
HexADC099A01419591844
Octal255300231120243113130104
Binary1010110111000000100110011010010100110011011001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC099; }

 p { color: rgb(173,192,153); }

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

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

 a { background-color: rgb(173,192,153); }

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

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

 span { border-color: rgb(173,192,153); }

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