Html Css Color HEX #ADC294 Norway

📋 copy color: '#ADC294'

red 173 ◦ green 194 ◦ blue 148

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

Shades of Norway #ADC294

Tints of Norway #ADC294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.74%

R = 33.59%
G = 37.67%
B = 28.74%

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

#ADC294 (or 0xADC294) is known color: Norway. HEX triplet: AD, C2 and 94. RGB value is (173,194,148). Sum of RGB (Red+Green+Blue) = 173+194+148=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC294 is #523D6B. Grayscale: #B6B6B6. Windows color (decimal): -5389676 or 9749165. OLE color: 9749165.

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

Color convert

RGB 173 194 148 -
CMYK 0.11 0 0.24 0.24
HSL 87.39º 0.27% 0.67% -
HSV(B) 87.39º 0.24% 0.76% -
XYZ 41.87 49.61 35.39 -
YUV 182.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 173 194 148 0.11 0 0.24 0.24 87.39 0.27 0.67
Hex AD C2 94 B 0 18 18 57 1B 43
Octal 255 302 224 13 0 30 30 127 33 103
Binary 10101101 11000010 10010100 1011 0 11000 11000 1010111 11011 1000011

Color Harmonies of #ADC294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC294

Black with #ADC294

Text Example


Text Example

White with #ADC294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC294; }

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

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

background-color css

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

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

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

border-color css

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

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

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