Html Css Color HEX #98D098 Granny Smith Apple

📋 copy color: '#98D098'

red 152 ◦ green 208 ◦ blue 152

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

Shades of Granny Smith Apple #98D098

Tints of Granny Smith Apple #98D098

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

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

R = 29.69%
G = 40.63%
B = 29.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#98D098 (or 0x98D098) is known color: Granny Smith Apple. HEX triplet: 98, D0 and 98. RGB value is (152,208,152). Sum of RGB (Red+Green+Blue) = 152+208+152=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #98D098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D098 is #672F67. Grayscale: #B9B9B9. Windows color (decimal): -6762344 or 10014872. OLE color: 10014872.

HSL color Cylindrical-coordinate representation of color #98D098: hue angle of 120º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98D098 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 208 152 -
CMYK 0.27 0 0.27 0.18
HSL 120º 0.37% 0.71% -
HSV(B) 120º 0.27% 0.82% -
XYZ 41.17 54.05 37.97 -
YUV 184.87 109.45 104.55 -
System Red Green Blue C M Y K H S L
Decimal 152 208 152 0.27 0 0.27 0.18 120 0.37 0.71
Hex 98 D0 98 1B 0 1B 12 78 25 47
Octal 230 320 230 33 0 33 22 170 45 107
Binary 10011000 11010000 10011000 11011 0 11011 10010 1111000 100101 1000111

Color Harmonies of #98D098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D098

Black with #98D098

Text Example


Text Example

White with #98D098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,208,152); }

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

background-color css

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

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

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

border-color css

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

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

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