#9ACE94

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

Shades of Granny Smith Apple #9ACE94

Tints of Granny Smith Apple #9ACE94

Color information

#9ACE94 (or 0x9ACE94) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, CE and 94. RGB value is (154,206,148). Sum of RGB (Red+Green+Blue) = 154+206+148=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACE94 is #65316B. Grayscale: #B8B8B8. Windows color (decimal): -6631788 or 9752218. OLE color: 9752218.

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

Color convert

RGB154206148-
CMYK0.2500.280.19
HSL113.79º37.18%69.41%-
HSV(B)113.79º28.16%80.78%-
XYZ40.7453.1536.13-
YUV183.84107.77106.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.31%
GREEN value IS 206 (80.86% from 255) = 40.55%
BLUE value IS 148 (58.20% from 255) = 29.13%
R=30.31%
G=40.55%
B=29.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542061480.2500.280.19113.7937.1869.41
Hex9ACE941901C13722545
Octal232316224310342316245105
Binary100110101100111010010100110010111001001111100101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,206,148); }

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

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

 a { background-color: rgb(154,206,148); }

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

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

 span { border-color: rgb(154,206,148); }

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