#ADC48F

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

Shades of Norway #ADC48F

Tints of Norway #ADC48F

Color information

#ADC48F (or 0xADC48F) is unknown color: approx Norway. HEX triplet: AD, C4 and 8F. RGB value is (173,196,143). Sum of RGB (Red+Green+Blue) = 173+196+143=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC48F is #523B70. Grayscale: #B7B7B7. Windows color (decimal): -5389169 or 9421997. OLE color: 9421997.

HSL color Cylindrical-coordinate representation of color #ADC48F: hue angle of 86.04º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADC48F is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB173196143-
CMYK0.1200.270.23
HSL86.04º30.99%66.47%-
HSV(B)86.04º27.04%76.86%-
XYZ41.9350.3533.49-
YUV183.08105.38120.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 196 (76.95% from 255) = 38.28%
BLUE value IS 143 (56.25% from 255) = 27.93%
R=33.79%
G=38.28%
B=27.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961430.1200.270.2386.0430.9966.47
HexADC48FC01B17561f42
Octal255304217140332712637102
Binary1010110111000100100011111100011011101111010110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC48F; }

 p { color: rgb(173,196,143); }

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

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

 a { background-color: rgb(173,196,143); }

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

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

 span { border-color: rgb(173,196,143); }

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