#ADEB94

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

Shades of Granny Smith Apple #ADEB94

Tints of Granny Smith Apple #ADEB94

Color information

#ADEB94 (or 0xADEB94) is unknown color: approx Granny Smith Apple. HEX triplet: AD, EB and 94. RGB value is (173,235,148). Sum of RGB (Red+Green+Blue) = 173+235+148=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 235 (92.19% from 255 or 42.27% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEB94 is #52146B. Grayscale: #CECECE. Windows color (decimal): -5379180 or 9759661. OLE color: 9759661.

HSL color Cylindrical-coordinate representation of color #ADEB94: hue angle of 102.76º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADEB94 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB173235148-
CMYK0.2600.370.08
HSL102.76º68.5%75.1%-
HSV(B)102.76º37.02%92.16%-
XYZ52.2970.4438.86-
YUV206.5494.96104.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 235 (92.19% from 255) = 42.27%
BLUE value IS 148 (58.20% from 255) = 26.62%
R=31.12%
G=42.27%
B=26.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732351480.2600.370.08102.7668.575.1
HexADEB941A025867454b
Octal2553532243204510147105113
Binary1010110111101011100101001101001001011000110011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEB94; }

 p { color: rgb(173,235,148); }

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

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

 a { background-color: rgb(173,235,148); }

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

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

 span { border-color: rgb(173,235,148); }

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