Html Css Color HEX #ADC390 Norway

📋 copy color: '#ADC390'

red 173 ◦ green 195 ◦ blue 144

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

Shades of Norway #ADC390

Tints of Norway #ADC390

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.09%

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

R = 33.79%
G = 38.09%
B = 28.13%

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

#ADC390 (or 0xADC390) is known color: Norway. HEX triplet: AD, C3 and 90. RGB value is (173,195,144). Sum of RGB (Red+Green+Blue) = 173+195+144=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC390 is #523C6F. Grayscale: #B6B6B6. Windows color (decimal): -5389424 or 9487277. OLE color: 9487277.

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

Color convert

RGB 173 195 144 -
CMYK 0.11 0 0.26 0.24
HSL 85.88º 0.3% 0.66% -
HSV(B) 85.88º 0.26% 0.76% -
XYZ 41.78 49.93 33.82 -
YUV 182.61 106.21 121.15 -
System Red Green Blue C M Y K H S L
Decimal 173 195 144 0.11 0 0.26 0.24 85.88 0.3 0.66
Hex AD C3 90 B 0 1A 18 56 1E 42
Octal 255 303 220 13 0 32 30 126 36 102
Binary 10101101 11000011 10010000 1011 0 11010 11000 1010110 11110 1000010

Color Harmonies of #ADC390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC390

Black with #ADC390

Text Example


Text Example

White with #ADC390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC390; }

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

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

background-color css

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

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

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

border-color css

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

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

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