#ADC19A

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

Shades of Norway #ADC19A

Tints of Norway #ADC19A

Color information

#ADC19A (or 0xADC19A) is unknown color: approx Norway. HEX triplet: AD, C1 and 9A. RGB value is (173,193,154). Sum of RGB (Red+Green+Blue) = 173+193+154=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC19A is #523E65. Grayscale: #B6B6B6. Windows color (decimal): -5389926 or 10142125. OLE color: 10142125.

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

Color convert

RGB173193154-
CMYK0.1000.200.24
HSL90.77º23.93%68.04%-
HSV(B)90.77º20.21%75.69%-
XYZ42.1449.3637.88-
YUV182.57111.87121.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 193 (75.78% from 255) = 37.12%
BLUE value IS 154 (60.55% from 255) = 29.62%
R=33.27%
G=37.12%
B=29.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931540.1000.200.2490.7723.9368.04
HexADC19AA014185b1844
Octal255301232120243013330104
Binary1010110111000001100110101010010100110001011011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC19A; }

 p { color: rgb(173,193,154); }

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

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

 a { background-color: rgb(173,193,154); }

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

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

 span { border-color: rgb(173,193,154); }

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