Html Css Color HEX #ADC28F Norway

📋 copy color: '#ADC28F'

red 173 ◦ green 194 ◦ blue 143

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

Shades of Norway #ADC28F

Tints of Norway #ADC28F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.04%

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

R = 33.92%
G = 38.04%
B = 28.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#ADC28F (or 0xADC28F) is known color: Norway. HEX triplet: AD, C2 and 8F. RGB value is (173,194,143). Sum of RGB (Red+Green+Blue) = 173+194+143=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC28F is #523D70. Grayscale: #B6B6B6. Windows color (decimal): -5389681 or 9421485. OLE color: 9421485.

HSL color Cylindrical-coordinate representation of color #ADC28F: hue angle of 84.71º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADC28F is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 143 -
CMYK 0.11 0 0.26 0.24
HSL 84.71º 0.29% 0.66% -
HSV(B) 84.71º 0.26% 0.76% -
XYZ 41.48 49.45 33.35 -
YUV 181.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 173 194 143 0.11 0 0.26 0.24 84.71 0.29 0.66
Hex AD C2 8F B 0 1A 18 55 1D 42
Octal 255 302 217 13 0 32 30 125 35 102
Binary 10101101 11000010 10001111 1011 0 11010 11000 1010101 11101 1000010

Color Harmonies of #ADC28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC28F

Black with #ADC28F

Text Example


Text Example

White with #ADC28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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