Html Css Color HEX #ADC090 Norway

📋 copy color: '#ADC090'

red 173 ◦ green 192 ◦ blue 144

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

Shades of Norway #ADC090

Tints of Norway #ADC090

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.72%

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

R = 33.99%
G = 37.72%
B = 28.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#ADC090 (or 0xADC090) is known color: Norway. HEX triplet: AD, C0 and 90. RGB value is (173,192,144). Sum of RGB (Red+Green+Blue) = 173+192+144=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC090 is #523F6F. Grayscale: #B5B5B5. Windows color (decimal): -5390192 or 9486509. OLE color: 9486509.

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

Color convert

RGB 173 192 144 -
CMYK 0.10 0 0.25 0.25
HSL 83.75º 0.28% 0.66% -
HSV(B) 83.75º 0.25% 0.75% -
XYZ 41.12 48.6 33.6 -
YUV 180.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 173 192 144 0.10 0 0.25 0.25 83.75 0.28 0.66
Hex AD C0 90 A 0 19 19 54 1C 42
Octal 255 300 220 12 0 31 31 124 34 102
Binary 10101101 11000000 10010000 1010 0 11001 11001 1010100 11100 1000010

Color Harmonies of #ADC090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC090

Black with #ADC090

Text Example


Text Example

White with #ADC090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC090; }

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

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

background-color css

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

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

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

border-color css

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

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

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