#9ACD98

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

Shades of Granny Smith Apple #9ACD98

Tints of Granny Smith Apple #9ACD98

Color information

#9ACD98 (or 0x9ACD98) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, CD and 98. RGB value is (154,205,152). Sum of RGB (Red+Green+Blue) = 154+205+152=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACD98 is #653267. Grayscale: #B7B7B7. Windows color (decimal): -6632040 or 10014106. OLE color: 10014106.

HSL color Cylindrical-coordinate representation of color #9ACD98: hue angle of 117.74º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ACD98 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB154205152-
CMYK0.2500.260.20
HSL117.74º34.64%70%-
HSV(B)117.74º25.85%80.39%-
XYZ40.8352.837.75-
YUV183.71110.1106.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.14%
GREEN value IS 205 (80.47% from 255) = 40.12%
BLUE value IS 152 (59.77% from 255) = 29.75%
R=30.14%
G=40.12%
B=29.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542051520.2500.260.20117.7434.6470
Hex9ACD981901A14762346
Octal232315230310322416643106
Binary100110101100110110011000110010110101010011101101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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