Html Css Color HEX #ADC78F Norway

📋 copy color: '#ADC78F'

red 173 ◦ green 199 ◦ blue 143

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

Shades of Norway #ADC78F

Tints of Norway #ADC78F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.64%

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

R = 33.59%
G = 38.64%
B = 27.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#ADC78F (or 0xADC78F) is known color: Norway. HEX triplet: AD, C7 and 8F. RGB value is (173,199,143). Sum of RGB (Red+Green+Blue) = 173+199+143=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC78F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC78F is #523870. Grayscale: #B9B9B9. Windows color (decimal): -5388401 or 9422765. OLE color: 9422765.

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

Color convert

RGB 173 199 143 -
CMYK 0.13 0 0.28 0.22
HSL 87.86º 0.33% 0.67% -
HSV(B) 87.86º 0.28% 0.78% -
XYZ 42.61 51.71 33.72 -
YUV 184.84 104.39 119.55 -
System Red Green Blue C M Y K H S L
Decimal 173 199 143 0.13 0 0.28 0.22 87.86 0.33 0.67
Hex AD C7 8F D 0 1C 16 58 21 43
Octal 255 307 217 15 0 34 26 130 41 103
Binary 10101101 11000111 10001111 1101 0 11100 10110 1011000 100001 1000011

Color Harmonies of #ADC78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC78F

Black with #ADC78F

Text Example


Text Example

White with #ADC78F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC78F; }

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

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

background-color css

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

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

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

border-color css

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

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

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