Html Css Color HEX #ADC48F Norway

📋 copy color: '#ADC48F'

red 173 ◦ green 196 ◦ blue 143

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

Shades of Norway #ADC48F

Tints of Norway #ADC48F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.93%

R = 33.79%
G = 38.28%
B = 27.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#ADC48F (or 0xADC48F) is known color: Norway. HEX triplet: AD, C4 and 8F. RGB value is (173,196,143). Sum of RGB (Red+Green+Blue) = 173+196+143=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC48F is #523B70. Grayscale: #B7B7B7. Windows color (decimal): -5389169 or 9421997. OLE color: 9421997.

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

Color convert

RGB 173 196 143 -
CMYK 0.12 0 0.27 0.23
HSL 86.04º 0.31% 0.66% -
HSV(B) 86.04º 0.27% 0.77% -
XYZ 41.93 50.35 33.49 -
YUV 183.08 105.38 120.81 -
System Red Green Blue C M Y K H S L
Decimal 173 196 143 0.12 0 0.27 0.23 86.04 0.31 0.66
Hex AD C4 8F C 0 1B 17 56 1F 42
Octal 255 304 217 14 0 33 27 126 37 102
Binary 10101101 11000100 10001111 1100 0 11011 10111 1010110 11111 1000010

Color Harmonies of #ADC48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC48F

Black with #ADC48F

Text Example


Text Example

White with #ADC48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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