#98CD94

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

Shades of Granny Smith Apple #98CD94

Tints of Granny Smith Apple #98CD94

Color information

#98CD94 (or 0x98CD94) is unknown color: approx Granny Smith Apple. HEX triplet: 98, CD and 94. RGB value is (152,205,148). Sum of RGB (Red+Green+Blue) = 152+205+148=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #98CD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CD94 is #67326B. Grayscale: #B6B6B6. Windows color (decimal): -6763116 or 9751960. OLE color: 9751960.

HSL color Cylindrical-coordinate representation of color #98CD94: hue angle of 115.79º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98CD94 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB152205148-
CMYK0.2600.280.20
HSL115.79º36.31%69.22%-
HSV(B)115.79º27.8%80.39%-
XYZ40.1352.4836.03-
YUV182.65108.44106.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=30.10%
G=40.59%
B=29.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522051480.2600.280.20115.7936.3169.22
Hex98CD941A01C14742445
Octal230315224320342416444105
Binary100110001100110110010100110100111001010011101001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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