Html Css Color HEX #98ADA0 Summer Green

📋 copy color: '#98ADA0'

red 152 ◦ green 173 ◦ blue 160

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

Shades of Summer Green #98ADA0

Tints of Summer Green #98ADA0

RGB

 RED value IS 152 (59.77% from 255) = 31.34%

 GREEN value IS 173 (67.97% from 255) = 35.67%

 BLUE value IS 160 (62.89% from 255) = 32.99%

R = 31.34%
G = 35.67%
B = 32.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#98ADA0 (or 0x98ADA0) is known color: Summer Green. HEX triplet: 98, AD and A0. RGB value is (152,173,160). Sum of RGB (Red+Green+Blue) = 152+173+160=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #98ADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADA0 is #67525F. Grayscale: #A5A5A5. Windows color (decimal): -6771296 or 10530200. OLE color: 10530200.

HSL color Cylindrical-coordinate representation of color #98ADA0: hue angle of 142.86º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98ADA0 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 173 160 -
CMYK 0.12 0 0.08 0.32
HSL 142.86º 0.11% 0.64% -
HSV(B) 142.86º 0.12% 0.68% -
XYZ 34.24 39.1 39 -
YUV 165.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 152 173 160 0.12 0 0.08 0.32 142.86 0.11 0.64
Hex 98 AD A0 C 0 8 20 8F B 40
Octal 230 255 240 14 0 10 40 217 13 100
Binary 10011000 10101101 10100000 1100 0 1000 100000 10001111 1011 1000000

Color Harmonies of #98ADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ADA0

Black with #98ADA0

Text Example


Text Example

White with #98ADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98ADA0; }

 p { color: rgb(152,173,160); }

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

background-color css

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

 a { background-color: rgb(152,173,160); }

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

border-color css

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

 span { border-color: rgb(152,173,160); }

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