Html Css Color HEX #98D495 Granny Smith Apple

📋 copy color: '#98D495'

red 152 ◦ green 212 ◦ blue 149

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

Shades of Granny Smith Apple #98D495

Tints of Granny Smith Apple #98D495

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.33%

 BLUE value IS 149 (58.59% from 255) = 29.04%

R = 29.63%
G = 41.33%
B = 29.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#98D495 (or 0x98D495) is known color: Granny Smith Apple. HEX triplet: 98, D4 and 95. RGB value is (152,212,149). Sum of RGB (Red+Green+Blue) = 152+212+149=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #98D495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D495 is #672B6A. Grayscale: #BBBBBB. Windows color (decimal): -6761323 or 9819288. OLE color: 9819288.

HSL color Cylindrical-coordinate representation of color #98D495: hue angle of 117.14º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98D495 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 212 149 -
CMYK 0.28 0 0.30 0.17
HSL 117.14º 0.42% 0.71% -
HSV(B) 117.14º 0.3% 0.83% -
XYZ 41.92 55.93 37.02 -
YUV 186.88 106.62 103.12 -
System Red Green Blue C M Y K H S L
Decimal 152 212 149 0.28 0 0.30 0.17 117.14 0.42 0.71
Hex 98 D4 95 1C 0 1E 11 75 2A 47
Octal 230 324 225 34 0 36 21 165 52 107
Binary 10011000 11010100 10010101 11100 0 11110 10001 1110101 101010 1000111

Color Harmonies of #98D495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D495

Black with #98D495

Text Example


Text Example

White with #98D495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,212,149); }

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

background-color css

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

 a { background-color: rgb(152,212,149); }

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

border-color css

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

 span { border-color: rgb(152,212,149); }

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