#9AD098

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

Shades of Granny Smith Apple #9AD098

Tints of Granny Smith Apple #9AD098

Color information

#9AD098 (or 0x9AD098) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, D0 and 98. RGB value is (154,208,152). Sum of RGB (Red+Green+Blue) = 154+208+152=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD098 is #652F67. Grayscale: #B9B9B9. Windows color (decimal): -6631272 or 10014874. OLE color: 10014874.

HSL color Cylindrical-coordinate representation of color #9AD098: hue angle of 117.86º 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 #9AD098 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB154208152-
CMYK0.2600.270.18
HSL117.86º37.33%70.59%-
HSV(B)117.86º26.92%81.57%-
XYZ41.5554.2537.99-
YUV185.47109.11105.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.96%
GREEN value IS 208 (81.64% from 255) = 40.47%
BLUE value IS 152 (59.77% from 255) = 29.57%
R=29.96%
G=40.47%
B=29.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542081520.2600.270.18117.8637.3370.59
Hex9AD0981A01B12762547
Octal232320230320332216645107
Binary100110101101000010011000110100110111001011101101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AD098; }

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

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

<style>
 a { background-color: #9AD098; }

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

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

<style>
 span { border-color: #9AD098; }

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

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