Html Css Color HEX #ADC190 Norway

📋 copy color: '#ADC190'

red 173 ◦ green 193 ◦ blue 144

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

Shades of Norway #ADC190

Tints of Norway #ADC190

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.84%

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

R = 33.92%
G = 37.84%
B = 28.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#ADC190 (or 0xADC190) is known color: Norway. HEX triplet: AD, C1 and 90. RGB value is (173,193,144). Sum of RGB (Red+Green+Blue) = 173+193+144=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC190 is #523E6F. Grayscale: #B5B5B5. Windows color (decimal): -5389936 or 9486765. OLE color: 9486765.

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

Color convert

RGB 173 193 144 -
CMYK 0.10 0 0.25 0.24
HSL 84.49º 0.28% 0.66% -
HSV(B) 84.49º 0.25% 0.76% -
XYZ 41.34 49.04 33.67 -
YUV 181.43 106.87 121.98 -
System Red Green Blue C M Y K H S L
Decimal 173 193 144 0.10 0 0.25 0.24 84.49 0.28 0.66
Hex AD C1 90 A 0 19 18 54 1C 42
Octal 255 301 220 12 0 31 30 124 34 102
Binary 10101101 11000001 10010000 1010 0 11001 11000 1010100 11100 1000010

Color Harmonies of #ADC190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC190

Black with #ADC190

Text Example


Text Example

White with #ADC190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC190; }

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

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

background-color css

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

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

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

border-color css

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

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

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