#ADC68F

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

Shades of Norway #ADC68F

Tints of Norway #ADC68F

Color information

#ADC68F (or 0xADC68F) is unknown color: approx Norway. HEX triplet: AD, C6 and 8F. RGB value is (173,198,143). Sum of RGB (Red+Green+Blue) = 173+198+143=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC68F is #523970. Grayscale: #B8B8B8. Windows color (decimal): -5388657 or 9422509. OLE color: 9422509.

HSL color Cylindrical-coordinate representation of color #ADC68F: hue angle of 87.27º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC68F is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB173198143-
CMYK0.1300.280.22
HSL87.27º32.54%66.86%-
HSV(B)87.27º27.78%77.65%-
XYZ42.3951.2633.65-
YUV184.26104.72119.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 198 (77.73% from 255) = 38.52%
BLUE value IS 143 (56.25% from 255) = 27.82%
R=33.66%
G=38.52%
B=27.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731981430.1300.280.2287.2732.5466.86
HexADC68FD01C16572143
Octal255306217150342612741103
Binary10101101110001101000111111010111001011010101111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC68F; }

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

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

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

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

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

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

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

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