Html Css Color HEX #ADC395 Norway

📋 copy color: '#ADC395'

red 173 ◦ green 195 ◦ blue 149

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

Shades of Norway #ADC395

Tints of Norway #ADC395

RGB

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

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

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

R = 33.46%
G = 37.72%
B = 28.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#ADC395 (or 0xADC395) is known color: Norway. HEX triplet: AD, C3 and 95. RGB value is (173,195,149). Sum of RGB (Red+Green+Blue) = 173+195+149=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC395 is #523C6A. Grayscale: #B7B7B7. Windows color (decimal): -5389419 or 9814957. OLE color: 9814957.

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

Color convert

RGB 173 195 149 -
CMYK 0.11 0 0.24 0.24
HSL 88.7º 0.28% 0.67% -
HSV(B) 88.7º 0.24% 0.76% -
XYZ 42.17 50.08 35.88 -
YUV 183.18 108.71 120.74 -
System Red Green Blue C M Y K H S L
Decimal 173 195 149 0.11 0 0.24 0.24 88.7 0.28 0.67
Hex AD C3 95 B 0 18 18 59 1C 43
Octal 255 303 225 13 0 30 30 131 34 103
Binary 10101101 11000011 10010101 1011 0 11000 11000 1011001 11100 1000011

Color Harmonies of #ADC395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC395

Black with #ADC395

Text Example


Text Example

White with #ADC395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC395; }

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

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

background-color css

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

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

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

border-color css

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

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

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