#A1E38A

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

Shades of Granny Smith Apple #A1E38A

Tints of Granny Smith Apple #A1E38A

Color information

#A1E38A (or 0xA1E38A) is unknown color: approx Granny Smith Apple. HEX triplet: A1, E3 and 8A. RGB value is (161,227,138). Sum of RGB (Red+Green+Blue) = 161+227+138=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E38A is #5E1C75. Grayscale: #C5C5C5. Windows color (decimal): -6167670 or 9102241. OLE color: 9102241.

HSL color Cylindrical-coordinate representation of color #A1E38A: hue angle of 104.49º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1E38A is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB161227138-
CMYK0.2900.390.11
HSL104.49º61.38%71.57%-
HSV(B)104.49º39.21%89.02%-
XYZ46.7564.3534-
YUV197.1294.63102.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 227 (89.06% from 255) = 43.16%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=30.61%
G=43.16%
B=26.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612271380.2900.390.11104.4961.3871.57
HexA1E38A1D027B683d48
Octal241343212350471315075110
Binary101000011110001110001010111010100111101111010001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E38A; }

 p { color: rgb(161,227,138); }

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

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

 a { background-color: rgb(161,227,138); }

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

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

 span { border-color: rgb(161,227,138); }

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