Html Css Color HEX #ADC094 Norway

📋 copy color: '#ADC094'

red 173 ◦ green 192 ◦ blue 148

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

Shades of Norway #ADC094

Tints of Norway #ADC094

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.43%

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

R = 33.72%
G = 37.43%
B = 28.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#ADC094 (or 0xADC094) is known color: Norway. HEX triplet: AD, C0 and 94. RGB value is (173,192,148). Sum of RGB (Red+Green+Blue) = 173+192+148=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC094 is #523F6B. Grayscale: #B5B5B5. Windows color (decimal): -5390188 or 9748653. OLE color: 9748653.

HSL color Cylindrical-coordinate representation of color #ADC094: hue angle of 85.91º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC094 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 148 -
CMYK 0.10 0 0.23 0.25
HSL 85.91º 0.26% 0.67% -
HSV(B) 85.91º 0.23% 0.75% -
XYZ 41.43 48.72 35.24 -
YUV 181.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 173 192 148 0.10 0 0.23 0.25 85.91 0.26 0.67
Hex AD C0 94 A 0 17 19 56 1A 43
Octal 255 300 224 12 0 27 31 126 32 103
Binary 10101101 11000000 10010100 1010 0 10111 11001 1010110 11010 1000011

Color Harmonies of #ADC094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC094

Black with #ADC094

Text Example


Text Example

White with #ADC094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC094; }

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

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

background-color css

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

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

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

border-color css

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

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

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