Html Css Color HEX #ADC291 Norway

📋 copy color: '#ADC291'

red 173 ◦ green 194 ◦ blue 145

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

Shades of Norway #ADC291

Tints of Norway #ADC291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 33.79%
G = 37.89%
B = 28.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#ADC291 (or 0xADC291) is known color: Norway. HEX triplet: AD, C2 and 91. RGB value is (173,194,145). Sum of RGB (Red+Green+Blue) = 173+194+145=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC291 is #523D6E. Grayscale: #B6B6B6. Windows color (decimal): -5389679 or 9552557. OLE color: 9552557.

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

Color convert

RGB 173 194 145 -
CMYK 0.11 0 0.25 0.24
HSL 85.71º 0.29% 0.66% -
HSV(B) 85.71º 0.25% 0.76% -
XYZ 41.64 49.51 34.15 -
YUV 182.14 107.04 121.48 -
System Red Green Blue C M Y K H S L
Decimal 173 194 145 0.11 0 0.25 0.24 85.71 0.29 0.66
Hex AD C2 91 B 0 19 18 56 1D 42
Octal 255 302 221 13 0 31 30 126 35 102
Binary 10101101 11000010 10010001 1011 0 11001 11000 1010110 11101 1000010

Color Harmonies of #ADC291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC291

Black with #ADC291

Text Example


Text Example

White with #ADC291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC291; }

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

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

background-color css

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

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

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

border-color css

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

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

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