#98CE95

Color #98CE95 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #98CE95

Tints of Granny Smith Apple #98CE95

Color information

#98CE95 (or 0x98CE95) is unknown color: approx Granny Smith Apple. HEX triplet: 98, CE and 95. RGB value is (152,206,149). Sum of RGB (Red+Green+Blue) = 152+206+149=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CE95 is #67316A. Grayscale: #B7B7B7. Windows color (decimal): -6762859 or 9817752. OLE color: 9817752.

HSL color Cylindrical-coordinate representation of color #98CE95: hue angle of 116.84º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98CE95 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB152206149-
CMYK0.2600.280.19
HSL116.84º36.77%69.61%-
HSV(B)116.84º27.67%80.78%-
XYZ40.4552.9936.53-
YUV183.36108.61105.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.98%
GREEN value IS 206 (80.86% from 255) = 40.63%
BLUE value IS 149 (58.59% from 255) = 29.39%
R=29.98%
G=40.63%
B=29.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522061490.2600.280.19116.8436.7769.61
Hex98CE951A01C13752546
Octal230316225320342316545106
Binary100110001100111010010101110100111001001111101011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98CE95;
 }
 .AnyTagClassName
 {
   color: #98CE95;
 }
</style>
background-color css

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

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

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

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

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

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