Html Css Color HEX #ADC594 Norway

📋 copy color: '#ADC594'

red 173 ◦ green 197 ◦ blue 148

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

Shades of Norway #ADC594

Tints of Norway #ADC594

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.03%

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

R = 33.4%
G = 38.03%
B = 28.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#ADC594 (or 0xADC594) is known color: Norway. HEX triplet: AD, C5 and 94. RGB value is (173,197,148). Sum of RGB (Red+Green+Blue) = 173+197+148=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC594 is #523A6B. Grayscale: #B8B8B8. Windows color (decimal): -5388908 or 9749933. OLE color: 9749933.

HSL color Cylindrical-coordinate representation of color #ADC594: hue angle of 89.39º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADC594 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 148 -
CMYK 0.12 0 0.25 0.23
HSL 89.39º 0.3% 0.68% -
HSV(B) 89.39º 0.25% 0.77% -
XYZ 42.55 50.95 35.61 -
YUV 184.24 107.55 119.98 -
System Red Green Blue C M Y K H S L
Decimal 173 197 148 0.12 0 0.25 0.23 89.39 0.3 0.68
Hex AD C5 94 C 0 19 17 59 1E 44
Octal 255 305 224 14 0 31 27 131 36 104
Binary 10101101 11000101 10010100 1100 0 11001 10111 1011001 11110 1000100

Color Harmonies of #ADC594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC594

Black with #ADC594

Text Example


Text Example

White with #ADC594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC594; }

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

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

background-color css

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

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

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

border-color css

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

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

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