#ADC299

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

Shades of Norway #ADC299

Tints of Norway #ADC299

Color information

#ADC299 (or 0xADC299) is unknown color: approx Norway. HEX triplet: AD, C2 and 99. RGB value is (173,194,153). Sum of RGB (Red+Green+Blue) = 173+194+153=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC299 is #523D66. Grayscale: #B7B7B7. Windows color (decimal): -5389671 or 10076845. OLE color: 10076845.

HSL color Cylindrical-coordinate representation of color #ADC299: hue angle of 90.73º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC299 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB173194153-
CMYK0.1100.210.24
HSL90.73º25.15%68.04%-
HSV(B)90.73º21.13%76.08%-
XYZ42.2849.7737.51-
YUV183.05111.04120.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 194 (76.17% from 255) = 37.31%
BLUE value IS 153 (60.16% from 255) = 29.42%
R=33.27%
G=37.31%
B=29.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941530.1100.210.2490.7325.1568.04
HexADC299B015185b1944
Octal255302231130253013331104
Binary1010110111000010100110011011010101110001011011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC299; }

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

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

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

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

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

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

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

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