#ADC690

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

Shades of Norway #ADC690

Tints of Norway #ADC690

Color information

#ADC690 (or 0xADC690) is unknown color: approx Norway. HEX triplet: AD, C6 and 90. RGB value is (173,198,144). Sum of RGB (Red+Green+Blue) = 173+198+144=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC690 is #52396F. Grayscale: #B8B8B8. Windows color (decimal): -5388656 or 9488045. OLE color: 9488045.

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

Color convert

RGB173198144-
CMYK0.1300.270.22
HSL87.78º32.14%67.06%-
HSV(B)87.78º27.27%77.65%-
XYZ42.4651.2934.05-
YUV184.37105.22119.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 198 (77.73% from 255) = 38.45%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=33.59%
G=38.45%
B=27.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731981440.1300.270.2287.7832.1467.06
HexADC690D01B16582043
Octal255306220150332613040103
Binary10101101110001101001000011010110111011010110001000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC690; }

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

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

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

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

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

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

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

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