#ADC28E

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

Shades of Norway #ADC28E

Tints of Norway #ADC28E

Color information

#ADC28E (or 0xADC28E) is unknown color: approx Norway. HEX triplet: AD, C2 and 8E. RGB value is (173,194,142). Sum of RGB (Red+Green+Blue) = 173+194+142=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC28E is #523D71. Grayscale: #B5B5B5. Windows color (decimal): -5389682 or 9355949. OLE color: 9355949.

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

Color convert

RGB173194142-
CMYK0.1100.270.24
HSL84.23º29.89%65.88%-
HSV(B)84.23º26.8%76.08%-
XYZ41.4149.4232.95-
YUV181.79105.54121.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 194 (76.17% from 255) = 38.11%
BLUE value IS 142 (55.86% from 255) = 27.90%
R=33.99%
G=38.11%
B=27.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941420.1100.270.2484.2329.8965.88
HexADC28EB01B18541e42
Octal255302216130333012436102
Binary1010110111000010100011101011011011110001010100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC28E; }

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

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

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

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

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

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

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

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