#9ADB98

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

Shades of Granny Smith Apple #9ADB98

Tints of Granny Smith Apple #9ADB98

Color information

#9ADB98 (or 0x9ADB98) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, DB and 98. RGB value is (154,219,152). Sum of RGB (Red+Green+Blue) = 154+219+152=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB98 is #652467. Grayscale: #C0C0C0. Windows color (decimal): -6628456 or 10017690. OLE color: 10017690.

HSL color Cylindrical-coordinate representation of color #9ADB98: hue angle of 118.21º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADB98 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB154219152-
CMYK0.3000.310.14
HSL118.21º48.2%72.75%-
HSV(B)118.21º30.59%85.88%-
XYZ44.3359.838.91-
YUV191.93105.47100.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.33%
GREEN value IS 219 (85.94% from 255) = 41.71%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=29.33%
G=41.71%
B=28.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542191520.3000.310.14118.2148.272.75
Hex9ADB981E01FE763049
Octal232333230360371616660111
Binary10011010110110111001100011110011111111011101101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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