#ADC38F

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

Shades of Norway #ADC38F

Tints of Norway #ADC38F

Color information

#ADC38F (or 0xADC38F) is unknown color: approx Norway. HEX triplet: AD, C3 and 8F. RGB value is (173,195,143). Sum of RGB (Red+Green+Blue) = 173+195+143=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC38F is #523C70. Grayscale: #B6B6B6. Windows color (decimal): -5389425 or 9421741. OLE color: 9421741.

HSL color Cylindrical-coordinate representation of color #ADC38F: hue angle of 85.38º 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 #ADC38F is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB173195143-
CMYK0.1100.270.24
HSL85.38º30.23%66.27%-
HSV(B)85.38º26.67%76.47%-
XYZ41.7149.933.42-
YUV182.49105.71121.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 195 (76.56% from 255) = 38.16%
BLUE value IS 143 (56.25% from 255) = 27.98%
R=33.86%
G=38.16%
B=27.98%

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
Decimal1731951430.1100.270.2485.3830.2366.27
HexADC38FB01B18551e42
Octal255303217130333012536102
Binary1010110111000011100011111011011011110001010101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC38F; }

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

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

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

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

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

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

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

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