Html Css Color HEX #98D494 Granny Smith Apple

📋 copy color: '#98D494'

red 152 ◦ green 212 ◦ blue 148

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

Shades of Granny Smith Apple #98D494

Tints of Granny Smith Apple #98D494

RGB

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

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

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

R = 29.69%
G = 41.41%
B = 28.91%

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

#98D494 (or 0x98D494) is known color: Granny Smith Apple. HEX triplet: 98, D4 and 94. RGB value is (152,212,148). Sum of RGB (Red+Green+Blue) = 152+212+148=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #98D494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D494 is #672B6B. Grayscale: #BABABA. Windows color (decimal): -6761324 or 9753752. OLE color: 9753752.

HSL color Cylindrical-coordinate representation of color #98D494: hue angle of 116.25º degrees, saturation: 0.43, 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 #98D494 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 212 148 -
CMYK 0.28 0 0.30 0.17
HSL 116.25º 0.43% 0.71% -
HSV(B) 116.25º 0.3% 0.83% -
XYZ 41.84 55.9 36.6 -
YUV 186.76 106.12 103.2 -
System Red Green Blue C M Y K H S L
Decimal 152 212 148 0.28 0 0.30 0.17 116.25 0.43 0.71
Hex 98 D4 94 1C 0 1E 11 74 2B 47
Octal 230 324 224 34 0 36 21 164 53 107
Binary 10011000 11010100 10010100 11100 0 11110 10001 1110100 101011 1000111

Color Harmonies of #98D494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D494

Black with #98D494

Text Example


Text Example

White with #98D494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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