#ADC297

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

Shades of Norway #ADC297

Tints of Norway #ADC297

Color information

#ADC297 (or 0xADC297) is unknown color: approx Norway. HEX triplet: AD, C2 and 97. RGB value is (173,194,151). Sum of RGB (Red+Green+Blue) = 173+194+151=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC297 is #523D68. Grayscale: #B6B6B6. Windows color (decimal): -5389673 or 9945773. OLE color: 9945773.

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

Color convert

RGB173194151-
CMYK0.1100.220.24
HSL89.3º26.06%67.65%-
HSV(B)89.3º22.16%76.08%-
XYZ42.1149.736.65-
YUV182.82110.04121-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 151 (59.38% from 255) = 29.15%
R=33.40%
G=37.45%
B=29.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941510.1100.220.2489.326.0667.65
HexADC297B01618591a44
Octal255302227130263013132104
Binary1010110111000010100101111011010110110001011001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC297; }

 p { color: rgb(173,194,151); }

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

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

 a { background-color: rgb(173,194,151); }

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

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

 span { border-color: rgb(173,194,151); }

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