Html Css Color HEX #ADC295 Norway

📋 copy color: '#ADC295'

red 173 ◦ green 194 ◦ blue 149

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

Shades of Norway #ADC295

Tints of Norway #ADC295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.88%

R = 33.53%
G = 37.6%
B = 28.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#ADC295 (or 0xADC295) is known color: Norway. HEX triplet: AD, C2 and 95. RGB value is (173,194,149). Sum of RGB (Red+Green+Blue) = 173+194+149=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC295 is #523D6A. Grayscale: #B6B6B6. Windows color (decimal): -5389675 or 9814701. OLE color: 9814701.

HSL color Cylindrical-coordinate representation of color #ADC295: hue angle of 88º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC295 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 149 -
CMYK 0.11 0 0.23 0.24
HSL 88º 0.27% 0.67% -
HSV(B) 88º 0.23% 0.76% -
XYZ 41.95 49.64 35.8 -
YUV 182.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 173 194 149 0.11 0 0.23 0.24 88 0.27 0.67
Hex AD C2 95 B 0 17 18 58 1B 43
Octal 255 302 225 13 0 27 30 130 33 103
Binary 10101101 11000010 10010101 1011 0 10111 11000 1011000 11011 1000011

Color Harmonies of #ADC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC295

Black with #ADC295

Text Example


Text Example

White with #ADC295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC295; }

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

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

background-color css

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

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

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

border-color css

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

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

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