Html Css Color HEX #ADC099 Norway

📋 copy color: '#ADC099'

red 173 ◦ green 192 ◦ blue 153

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

Shades of Norway #ADC099

Tints of Norway #ADC099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.54%

R = 33.4%
G = 37.07%
B = 29.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#ADC099 (or 0xADC099) is known color: Norway. HEX triplet: AD, C0 and 99. RGB value is (173,192,153). Sum of RGB (Red+Green+Blue) = 173+192+153=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC099 is #523F66. Grayscale: #B6B6B6. Windows color (decimal): -5390183 or 10076333. OLE color: 10076333.

HSL color Cylindrical-coordinate representation of color #ADC099: hue angle of 89.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADC099 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 153 -
CMYK 0.10 0 0.20 0.25
HSL 89.23º 0.24% 0.68% -
HSV(B) 89.23º 0.2% 0.75% -
XYZ 41.83 48.88 37.37 -
YUV 181.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 173 192 153 0.10 0 0.20 0.25 89.23 0.24 0.68
Hex AD C0 99 A 0 14 19 59 18 44
Octal 255 300 231 12 0 24 31 131 30 104
Binary 10101101 11000000 10011001 1010 0 10100 11001 1011001 11000 1000100

Color Harmonies of #ADC099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC099

Black with #ADC099

Text Example


Text Example

White with #ADC099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC099; }

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

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

background-color css

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

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

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

border-color css

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

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

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