#A1D694

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

Shades of Granny Smith Apple #A1D694

Tints of Granny Smith Apple #A1D694

Color information

#A1D694 (or 0xA1D694) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D6 and 94. RGB value is (161,214,148). Sum of RGB (Red+Green+Blue) = 161+214+148=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D694 is #5E296B. Grayscale: #BEBEBE. Windows color (decimal): -6170988 or 9754273. OLE color: 9754273.

HSL color Cylindrical-coordinate representation of color #A1D694: hue angle of 108.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1D694 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB161214148-
CMYK0.2500.310.16
HSL108.18º44.59%70.98%-
HSV(B)108.18º30.84%83.92%-
XYZ44.0957.8136.85-
YUV190.63103.94106.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.78%
GREEN value IS 214 (83.98% from 255) = 40.92%
BLUE value IS 148 (58.20% from 255) = 28.30%
R=30.78%
G=40.92%
B=28.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612141480.2500.310.16108.1844.5970.98
HexA1D6941901F106c2d47
Octal241326224310372015455107
Binary101000011101011010010100110010111111000011011001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D694; }

 p { color: rgb(161,214,148); }

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

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

 a { background-color: rgb(161,214,148); }

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

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

 span { border-color: rgb(161,214,148); }

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