#ADC18F

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

Shades of Norway #ADC18F

Tints of Norway #ADC18F

Color information

#ADC18F (or 0xADC18F) is unknown color: approx Norway. HEX triplet: AD, C1 and 8F. RGB value is (173,193,143). Sum of RGB (Red+Green+Blue) = 173+193+143=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC18F is #523E70. Grayscale: #B5B5B5. Windows color (decimal): -5389937 or 9421229. OLE color: 9421229.

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

Color convert

RGB173193143-
CMYK0.1000.260.24
HSL84º28.74%65.88%-
HSV(B)84º25.91%75.69%-
XYZ41.2649.0133.27-
YUV181.32106.37122.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 193 (75.78% from 255) = 37.92%
BLUE value IS 143 (56.25% from 255) = 28.09%
R=33.99%
G=37.92%
B=28.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931430.1000.260.248428.7465.88
HexADC18FA01A18541d42
Octal255301217120323012435102
Binary1010110111000001100011111010011010110001010100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC18F; }

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

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

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

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

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

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

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

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