Html Css Color HEX #ADC58E Norway

📋 copy color: '#ADC58E'

red 173 ◦ green 197 ◦ blue 142

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

Shades of Norway #ADC58E

Tints of Norway #ADC58E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.48%

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

R = 33.79%
G = 38.48%
B = 27.73%

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

#ADC58E (or 0xADC58E) is known color: Norway. HEX triplet: AD, C5 and 8E. RGB value is (173,197,142). Sum of RGB (Red+Green+Blue) = 173+197+142=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC58E is #523A71. Grayscale: #B7B7B7. Windows color (decimal): -5388914 or 9356717. OLE color: 9356717.

HSL color Cylindrical-coordinate representation of color #ADC58E: hue angle of 86.18º degrees, saturation: 0.32, 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 #ADC58E is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 142 -
CMYK 0.12 0 0.28 0.23
HSL 86.18º 0.32% 0.66% -
HSV(B) 86.18º 0.28% 0.77% -
XYZ 42.08 50.77 33.17 -
YUV 183.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 173 197 142 0.12 0 0.28 0.23 86.18 0.32 0.66
Hex AD C5 8E C 0 1C 17 56 20 42
Octal 255 305 216 14 0 34 27 126 40 102
Binary 10101101 11000101 10001110 1100 0 11100 10111 1010110 100000 1000010

Color Harmonies of #ADC58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC58E

Black with #ADC58E

Text Example


Text Example

White with #ADC58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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