#ADF594

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

Shades of Granny Smith Apple #ADF594

Tints of Granny Smith Apple #ADF594

Color information

#ADF594 (or 0xADF594) is unknown color: approx Granny Smith Apple. HEX triplet: AD, F5 and 94. RGB value is (173,245,148). Sum of RGB (Red+Green+Blue) = 173+245+148=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF594 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF594 is #520A6B. Grayscale: #D4D4D4. Windows color (decimal): -5376620 or 9762221. OLE color: 9762221.

HSL color Cylindrical-coordinate representation of color #ADF594: hue angle of 104.54º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADF594 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB173245148-
CMYK0.2900.400.04
HSL104.54º82.91%77.06%-
HSV(B)104.54º39.59%96.08%-
XYZ55.2376.3339.84-
YUV212.4191.6599.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 245 (96.09% from 255) = 43.29%
BLUE value IS 148 (58.20% from 255) = 26.15%
R=30.57%
G=43.29%
B=26.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732451480.2900.400.04104.5482.9177.06
HexADF5941D028469534d
Octal255365224350504151123115
Binary101011011111010110010100111010101000100110100110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF594; }

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

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

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

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

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

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

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

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