#9AD094

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

Shades of Granny Smith Apple #9AD094

Tints of Granny Smith Apple #9AD094

Color information

#9AD094 (or 0x9AD094) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, D0 and 94. RGB value is (154,208,148). Sum of RGB (Red+Green+Blue) = 154+208+148=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD094 is #652F6B. Grayscale: #B9B9B9. Windows color (decimal): -6631276 or 9752730. OLE color: 9752730.

HSL color Cylindrical-coordinate representation of color #9AD094: hue angle of 114º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AD094 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB154208148-
CMYK0.2600.290.18
HSL114º38.96%69.8%-
HSV(B)114º28.85%81.57%-
XYZ41.2354.1236.29-
YUV185.01107.11105.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.20%
GREEN value IS 208 (81.64% from 255) = 40.78%
BLUE value IS 148 (58.20% from 255) = 29.02%
R=30.20%
G=40.78%
B=29.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542081480.2600.290.1811438.9669.8
Hex9AD0941A01D12722746
Octal232320224320352216247106
Binary100110101101000010010100110100111011001011100101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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