Html Css Color HEX #ADC48E Norway

📋 copy color: '#ADC48E'

red 173 ◦ green 196 ◦ blue 142

#ADC48E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #ADC48E

Tints of Norway #ADC48E

RGB

 RED value IS 173 (67.97% from 255) = 33.86%

 GREEN value IS 196 (76.95% from 255) = 38.36%

 BLUE value IS 142 (55.86% from 255) = 27.79%

R = 33.86%
G = 38.36%
B = 27.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#ADC48E (or 0xADC48E) is known color: Norway. HEX triplet: AD, C4 and 8E. RGB value is (173,196,142). Sum of RGB (Red+Green+Blue) = 173+196+142=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC48E is #523B71. Grayscale: #B7B7B7. Windows color (decimal): -5389170 or 9356461. OLE color: 9356461.

HSL color Cylindrical-coordinate representation of color #ADC48E: hue angle of 85.56º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC48E is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 196 142 -
CMYK 0.12 0 0.28 0.23
HSL 85.56º 0.31% 0.66% -
HSV(B) 85.56º 0.28% 0.77% -
XYZ 41.86 50.32 33.1 -
YUV 182.97 104.88 120.89 -
System Red Green Blue C M Y K H S L
Decimal 173 196 142 0.12 0 0.28 0.23 85.56 0.31 0.66
Hex AD C4 8E C 0 1C 17 56 1F 42
Octal 255 304 216 14 0 34 27 126 37 102
Binary 10101101 11000100 10001110 1100 0 11100 10111 1010110 11111 1000010

Color Harmonies of #ADC48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC48E

Black with #ADC48E

Text Example


Text Example

White with #ADC48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC48E; }

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

 H1.HeaderClassName
 {
   color: #ADC48E;
 }
 .AnyTagClassName
 {
   color: #ADC48E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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