Html Css Color HEX #ADC290 Norway

📋 copy color: '#ADC290'

red 173 ◦ green 194 ◦ blue 144

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

Shades of Norway #ADC290

Tints of Norway #ADC290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.18%

R = 33.86%
G = 37.96%
B = 28.18%

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

#ADC290 (or 0xADC290) is known color: Norway. HEX triplet: AD, C2 and 90. RGB value is (173,194,144). Sum of RGB (Red+Green+Blue) = 173+194+144=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC290 is #523D6F. Grayscale: #B6B6B6. Windows color (decimal): -5389680 or 9487021. OLE color: 9487021.

HSL color Cylindrical-coordinate representation of color #ADC290: hue angle of 85.2º 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 #ADC290 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 144 -
CMYK 0.11 0 0.26 0.24
HSL 85.2º 0.29% 0.66% -
HSV(B) 85.2º 0.26% 0.76% -
XYZ 41.56 49.48 33.75 -
YUV 182.02 106.54 121.57 -
System Red Green Blue C M Y K H S L
Decimal 173 194 144 0.11 0 0.26 0.24 85.2 0.29 0.66
Hex AD C2 90 B 0 1A 18 55 1D 42
Octal 255 302 220 13 0 32 30 125 35 102
Binary 10101101 11000010 10010000 1011 0 11010 11000 1010101 11101 1000010

Color Harmonies of #ADC290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC290

Black with #ADC290

Text Example


Text Example

White with #ADC290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC290; }

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

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

background-color css

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

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

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

border-color css

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

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

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