#A5F38D

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

Shades of Granny Smith Apple #A5F38D

Tints of Granny Smith Apple #A5F38D

Color information

#A5F38D (or 0xA5F38D) is unknown color: approx Granny Smith Apple. HEX triplet: A5, F3 and 8D. RGB value is (165,243,141). Sum of RGB (Red+Green+Blue) = 165+243+141=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F38D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F38D is #5A0C72. Grayscale: #D0D0D0. Windows color (decimal): -5901427 or 9302949. OLE color: 9302949.

HSL color Cylindrical-coordinate representation of color #A5F38D: hue angle of 105.88º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5F38D is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB165243141-
CMYK0.3200.420.05
HSL105.88º80.95%75.29%-
HSV(B)105.88º41.98%95.29%-
XYZ52.3874.0236.73-
YUV208.0590.1697.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.05%
GREEN value IS 243 (95.31% from 255) = 44.26%
BLUE value IS 141 (55.47% from 255) = 25.68%
R=30.05%
G=44.26%
B=25.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652431410.3200.420.05105.8880.9575.29
HexA5F38D2002A56a514b
Octal245363215400525152121113
Binary1010010111110011100011011000000101010101110101010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F38D; }

 p { color: rgb(165,243,141); }

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

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

 a { background-color: rgb(165,243,141); }

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

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

 span { border-color: rgb(165,243,141); }

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