Html Css Color HEX #ADC093 Norway

📋 copy color: '#ADC093'

red 173 ◦ green 192 ◦ blue 147

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

Shades of Norway #ADC093

Tints of Norway #ADC093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.71%

R = 33.79%
G = 37.5%
B = 28.71%

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

#ADC093 (or 0xADC093) is known color: Norway. HEX triplet: AD, C0 and 93. RGB value is (173,192,147). Sum of RGB (Red+Green+Blue) = 173+192+147=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC093 is #523F6C. Grayscale: #B5B5B5. Windows color (decimal): -5390189 or 9683117. OLE color: 9683117.

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

Color convert

RGB 173 192 147 -
CMYK 0.10 0 0.23 0.25
HSL 85.33º 0.26% 0.66% -
HSV(B) 85.33º 0.23% 0.75% -
XYZ 41.35 48.69 34.82 -
YUV 181.19 108.71 122.16 -
System Red Green Blue C M Y K H S L
Decimal 173 192 147 0.10 0 0.23 0.25 85.33 0.26 0.66
Hex AD C0 93 A 0 17 19 55 1A 42
Octal 255 300 223 12 0 27 31 125 32 102
Binary 10101101 11000000 10010011 1010 0 10111 11001 1010101 11010 1000010

Color Harmonies of #ADC093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC093

Black with #ADC093

Text Example


Text Example

White with #ADC093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC093; }

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

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

background-color css

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

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

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

border-color css

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

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

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