#ADC78E

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

Shades of Norway #ADC78E

Tints of Norway #ADC78E

Color information

#ADC78E (or 0xADC78E) is unknown color: approx Norway. HEX triplet: AD, C7 and 8E. RGB value is (173,199,142). Sum of RGB (Red+Green+Blue) = 173+199+142=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC78E is #523871. Grayscale: #B8B8B8. Windows color (decimal): -5388402 or 9357229. OLE color: 9357229.

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

Color convert

RGB173199142-
CMYK0.1300.290.22
HSL87.37º33.73%66.86%-
HSV(B)87.37º28.64%78.04%-
XYZ42.5451.6833.33-
YUV184.73103.89119.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 199 (78.12% from 255) = 38.72%
BLUE value IS 142 (55.86% from 255) = 27.63%
R=33.66%
G=38.72%
B=27.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731991420.1300.290.2287.3733.7366.86
HexADC78ED01D16572243
Octal255307216150352612742103
Binary10101101110001111000111011010111011011010101111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC78E; }

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

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

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

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

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

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

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

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