Html Css Color HEX #ADC68D Norway

📋 copy color: '#ADC68D'

red 173 ◦ green 198 ◦ blue 141

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

Shades of Norway #ADC68D

Tints of Norway #ADC68D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.67%

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

R = 33.79%
G = 38.67%
B = 27.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#ADC68D (or 0xADC68D) is known color: Norway. HEX triplet: AD, C6 and 8D. RGB value is (173,198,141). Sum of RGB (Red+Green+Blue) = 173+198+141=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC68D is #523972. Grayscale: #B8B8B8. Windows color (decimal): -5388659 or 9291437. OLE color: 9291437.

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

Color convert

RGB 173 198 141 -
CMYK 0.13 0 0.29 0.22
HSL 86.32º 0.33% 0.66% -
HSV(B) 86.32º 0.29% 0.78% -
XYZ 42.24 51.2 32.85 -
YUV 184.03 103.72 120.13 -
System Red Green Blue C M Y K H S L
Decimal 173 198 141 0.13 0 0.29 0.22 86.32 0.33 0.66
Hex AD C6 8D D 0 1D 16 56 21 42
Octal 255 306 215 15 0 35 26 126 41 102
Binary 10101101 11000110 10001101 1101 0 11101 10110 1010110 100001 1000010

Color Harmonies of #ADC68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC68D

Black with #ADC68D

Text Example


Text Example

White with #ADC68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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