Html Css Color HEX #98D48D Granny Smith Apple

📋 copy color: '#98D48D'

red 152 ◦ green 212 ◦ blue 141

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

Shades of Granny Smith Apple #98D48D

Tints of Granny Smith Apple #98D48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.92%

R = 30.1%
G = 41.98%
B = 27.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#98D48D (or 0x98D48D) is known color: Granny Smith Apple. HEX triplet: 98, D4 and 8D. RGB value is (152,212,141). Sum of RGB (Red+Green+Blue) = 152+212+141=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #98D48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D48D is #672B72. Grayscale: #BABABA. Windows color (decimal): -6761331 or 9295000. OLE color: 9295000.

HSL color Cylindrical-coordinate representation of color #98D48D: hue angle of 110.7º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98D48D is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 212 141 -
CMYK 0.28 0 0.33 0.17
HSL 110.7º 0.45% 0.69% -
HSV(B) 110.7º 0.33% 0.83% -
XYZ 41.3 55.69 33.77 -
YUV 185.97 102.62 103.77 -
System Red Green Blue C M Y K H S L
Decimal 152 212 141 0.28 0 0.33 0.17 110.7 0.45 0.69
Hex 98 D4 8D 1C 0 21 11 6F 2D 45
Octal 230 324 215 34 0 41 21 157 55 105
Binary 10011000 11010100 10001101 11100 0 100001 10001 1101111 101101 1000101

Color Harmonies of #98D48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D48D

Black with #98D48D

Text Example


Text Example

White with #98D48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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