Html Css Color HEX #ADC58D Norway

📋 copy color: '#ADC58D'

red 173 ◦ green 197 ◦ blue 141

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

Shades of Norway #ADC58D

Tints of Norway #ADC58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.59%

R = 33.86%
G = 38.55%
B = 27.59%

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

#ADC58D (or 0xADC58D) is known color: Norway. HEX triplet: AD, C5 and 8D. RGB value is (173,197,141). Sum of RGB (Red+Green+Blue) = 173+197+141=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC58D is #523A72. Grayscale: #B7B7B7. Windows color (decimal): -5388915 or 9291181. OLE color: 9291181.

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

Color convert

RGB 173 197 141 -
CMYK 0.12 0 0.28 0.23
HSL 85.71º 0.33% 0.66% -
HSV(B) 85.71º 0.28% 0.77% -
XYZ 42.01 50.74 32.78 -
YUV 183.44 104.05 120.55 -
System Red Green Blue C M Y K H S L
Decimal 173 197 141 0.12 0 0.28 0.23 85.71 0.33 0.66
Hex AD C5 8D C 0 1C 17 56 21 42
Octal 255 305 215 14 0 34 27 126 41 102
Binary 10101101 11000101 10001101 1100 0 11100 10111 1010110 100001 1000010

Color Harmonies of #ADC58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC58D

Black with #ADC58D

Text Example


Text Example

White with #ADC58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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