#ADC98E

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

Shades of Norway #ADC98E

Tints of Norway #ADC98E

Color information

#ADC98E (or 0xADC98E) is unknown color: approx Norway. HEX triplet: AD, C9 and 8E. RGB value is (173,201,142). Sum of RGB (Red+Green+Blue) = 173+201+142=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC98E is #523671. Grayscale: #BABABA. Windows color (decimal): -5387890 or 9357741. OLE color: 9357741.

HSL color Cylindrical-coordinate representation of color #ADC98E: hue angle of 88.47º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADC98E is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB173201142-
CMYK0.1400.290.21
HSL88.47º35.33%67.25%-
HSV(B)88.47º29.35%78.82%-
XYZ4352.6133.48-
YUV185.9103.22118.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 201 (78.91% from 255) = 38.95%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=33.53%
G=38.95%
B=27.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011420.1400.290.2188.4735.3367.25
HexADC98EE01D15582343
Octal255311216160352513043103
Binary10101101110010011000111011100111011010110110001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC98E; }

 p { color: rgb(173,201,142); }

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

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

 a { background-color: rgb(173,201,142); }

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

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

 span { border-color: rgb(173,201,142); }

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